mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 06:55:02 +01:00
18 lines
373 B
YAML
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
|
|
---
|