2016-04-10 03:20:40 +02:00
|
|
|
---
|
|
|
|
BasedOnStyle: LLVM
|
2016-04-10 14:44:42 +02:00
|
|
|
TabWidth: 4
|
|
|
|
IndentWidth: 4
|
2016-04-10 03:20:40 +02:00
|
|
|
UseTab: Always
|
|
|
|
IndentCaseLabels: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AlignAfterOpenBracket: false
|
2016-04-10 14:44:42 +02:00
|
|
|
ContinuationIndentWidth: 4
|
2016-04-10 03:20:40 +02:00
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
ColumnLimit: 90
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
...
|