Add default .clang-format
Adds a default .clang-format for frameworks/native. If this style is undesirable for a given component in this repo, it can be overriden with a more local .clang-format file. Test: None necessary, only for formatting Change-Id: I0bf6bd9a15255d9a4ce3d485e841912955caa310
This commit is contained in:
parent
88615059e7
commit
ec106f6cc7
1 changed files with 13 additions and 0 deletions
13
.clang-format
Normal file
13
.clang-format
Normal file
|
@ -0,0 +1,13 @@
|
|||
BasedOnStyle: Google
|
||||
|
||||
AccessModifierOffset: -4
|
||||
AlignOperands: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
ConstructorInitializerIndentWidth: 6
|
||||
ContinuationIndentWidth: 8
|
||||
IndentWidth: 4
|
||||
PenaltyBreakBeforeFirstCallParameter: 100000
|
||||
SpacesBeforeTrailingComments: 1
|
Loading…
Reference in a new issue