Files
maszyna/.clang-format
firleju 79302d6677 Konwersja na UTF-8
Konwersja na UTF-8

Dodany nowy warunek dla formatera aby nie sortował includów.
2017-01-23 15:31:40 +01:00

16 lines
338 B
YAML

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