mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 06:23:44 +02:00
13 lines
309 B
YAML
13 lines
309 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 160
|
|
IncludeBlocks: Preserve
|
|
IndentCaseLabels: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortBlocksOnASingleLine: Never
|