mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
17 lines
268 B
YAML
17 lines
268 B
YAML
---
|
|
BasedOnStyle: Google
|
|
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
---
|
|
Language: Cpp
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
|
|
IndentCaseLabels: false
|
|
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
|
|
SeparateDefinitionBlocks: Always
|