11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
|
|
BasedOnStyle: LLVM
|
||
|
|
IndentWidth: 4
|
||
|
|
UseTab: Never
|
||
|
|
BreakBeforeBraces: Attach
|
||
|
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
|
IndentCaseLabels: false
|
||
|
|
ColumnLimit: 100
|
||
|
|
PointerBindsToType: true
|
||
|
|
SpacesBeforeTrailingComments: 2
|