Merge "fastboot: add .clang-format."
This commit is contained in:
commit
d8ecde09c7
1 changed files with 12 additions and 0 deletions
12
fastboot/.clang-format
Normal file
12
fastboot/.clang-format
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
BasedOnStyle: Google
|
||||||
|
AllowShortBlocksOnASingleLine: false
|
||||||
|
AllowShortFunctionsOnASingleLine: false
|
||||||
|
|
||||||
|
ColumnLimit: 100
|
||||||
|
CommentPragmas: NOLINT:.*
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
IndentWidth: 4
|
||||||
|
PointerAlignment: Left
|
||||||
|
TabWidth: 4
|
||||||
|
UseTab: Never
|
||||||
|
PenaltyExcessCharacter: 32
|
||||||
Loading…
Add table
Reference in a new issue