2025-01-11 15:50:39 +01:00
|
|
|
BasedOnStyle: Google
|
|
|
|
UseTab: Never
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
IndentCaseLabels: false
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
ColumnLimit: 120
|
|
|
|
NamespaceIndentation: All
|
|
|
|
SortIncludes: false
|