Merge "fastboot: add .clang-format."
am: d8ecde09c7
* commit 'd8ecde09c717ded786fde49855ba7347bc2b3910':
fastboot: add .clang-format.
This commit is contained in:
commit
5210031f9c
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