Files
maszyna/.clang-format
2017-10-28 19:21:37 +02:00

18 lines
373 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
AlignEscapedNewlinesLeft: true
AlignTrailingComments: false
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: false
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 200
SortIncludes: false
UseTab: ForIndentation
TabWidth: 4
---