deaa11a7c2
Don't align a function call continuation with spaces. I don't know why clang-format did this, but now it doesn't seem to do it anymore.
14 lines
271 B
YAML
14 lines
271 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
UseTab: Always
|
|
IndentCaseLabels: false
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AlignAfterOpenBracket: false
|
|
ContinuationIndentWidth: 4
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: 90
|
|
AllowShortFunctionsOnASingleLine: None
|
|
...
|