clang-format: Update .clang-format to be compliant with linux kernel coding style
* The coreboot clang format file seems to be incomplete. * Add missing options. Change-Id: I61a32ed951d18d5865be201bb38d18e50dd76f08 Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/25687 Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
484aa42403
commit
6c2b10e989
|
@ -1,6 +1,10 @@
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
IndentWidth: 8
|
Language: Cpp
|
||||||
UseTab: Always
|
IndentWidth: 8
|
||||||
BreakBeforeBraces: Linux
|
UseTab: Always
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
BreakBeforeBraces: Linux
|
||||||
IndentCaseLabels: false
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
|
IndentCaseLabels: false
|
||||||
|
SortIncludes: false
|
||||||
|
ContinuationIndentWidth: 8
|
||||||
|
ColumnLimit: 80
|
||||||
|
|
Loading…
Reference in New Issue