16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
|
|
# VoiceCat C++ style. Keep formatting boring and consistent.
|
||
|
|
BasedOnStyle: Google
|
||
|
|
Language: Cpp
|
||
|
|
Standard: c++20
|
||
|
|
ColumnLimit: 100
|
||
|
|
IndentWidth: 4
|
||
|
|
TabWidth: 4
|
||
|
|
UseTab: Never
|
||
|
|
AccessModifierOffset: -2
|
||
|
|
PointerAlignment: Left
|
||
|
|
DerivePointerAlignment: false
|
||
|
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
|
SortIncludes: CaseInsensitive
|
||
|
|
IncludeBlocks: Regroup
|