mirror of
https://github.com/Alia5/GlosSI.git
synced 2024-11-01 09:20:17 +00:00
9 lines
206 B
YAML
9 lines
206 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: false
|
|
IndentWidth: 4
|
|
BreakBeforeBraces: "Stroustrup"
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 0
|
|
PointerAlignment: "Left"
|
|
SortIncludes: false |