csrp-gmp/.clang-format
est31 deaa11a7c2 Improve format
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.
2016-04-10 14:44:42 +02:00

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
...