Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
b7641e899cdc184163756f0ea29b6d622aad7ef0
/
.
/
.clang-format
blob: 16d606b38447d7dff98251ed9095840f736ea8df [
file
] [
log
] [
blame
]
zaolin
6c2b10e
2018-04-16 17:37:24 +0200
[
diff
] [
blame
]
1
BasedOnStyle
:
LLVM
2
Language
:
Cpp
3
IndentWidth
:
8
4
UseTab
:
Always
5
BreakBeforeBraces
:
Linux
6
AllowShortIfStatementsOnASingleLine
:
false
7
IndentCaseLabels
:
false
8
SortIncludes
:
false
9
ContinuationIndentWidth
:
8
10
ColumnLimit
:
80