mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
16 lines
338 B
YAML
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
|
|
---
|