2015-03-17 17:13:27 +01:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2016-06-01 22:57:40 +02:00
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
2015-03-17 17:13:27 +01:00
|
|
|
IndentCaseLabels: false
|
|
|
|
ColumnLimit: 100
|
|
|
|
PointerBindsToType: true
|
|
|
|
SpacesBeforeTrailingComments: 2
|