Files
maszyna/.clang-format
2015-04-03 13:34:38 +00:00

13 lines
249 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
AlignEscapedNewlinesLeft: true
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: false
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
ColumnLimit: 100
---