f62a22e735
Also move .clang-format to top of repo. Test: N/A Change-Id: I1d25c570bd4975a63fff88ef0b79057fe88f8848
10 lines
255 B
YAML
10 lines
255 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
BreakBeforeBraces: Attach
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 100
|
|
PointerBindsToType: true
|
|
SpacesBeforeTrailingComments: 2
|