mirror of
https://github.com/Jaxan/hybrid-ads.git
synced 2025-04-26 22:47:45 +02:00
11 lines
229 B
YAML
11 lines
229 B
YAML
BasedOnStyle: LLVM
|
|
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
ColumnLimit: 100
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
PointerAlignment: Middle
|
|
UseTab: ForIndentation
|