mirror of
https://github.com/Zenithsiz/ist-semb-proj1.git
synced 2026-02-03 09:50:33 +00:00
13 lines
295 B
YAML
13 lines
295 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: AlignWithSpaces
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
ColumnLimit: 120
|
|
SpaceBeforeRangeBasedForLoopColon: false
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
IndentCaseBlocks: false
|
|
ReflowComments: false
|