2022-08-27 09:27:26 +02:00
|
|
|
BasedOnStyle: Google
|
|
|
|
IndentWidth: 4
|
2023-10-24 08:44:31 +05:30
|
|
|
InsertBraces: true
|
2023-03-25 21:38:05 +05:30
|
|
|
ColumnLimit: 79
|
2023-10-24 08:44:31 +05:30
|
|
|
AlignConsecutiveMacros: Consecutive
|
2023-04-06 06:18:16 +05:30
|
|
|
AllowShortFunctionsOnASingleLine: None
|
2023-10-24 08:44:31 +05:30
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|