mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-25 00:45:07 +08:00
15 lines
356 B
YAML
15 lines
356 B
YAML
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: '4'
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Middle
|
|
ColumnLimit: 160
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
SpaceAfterCStyleCast: 'true'
|
|
|
|
...
|