Files
ggwave/.clang-format
Georgi Gerganov 67f54dccde add .clang-format
2021-01-10 12:29:32 +02:00

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'
...