csrp-gmp/.clang-format

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