gedeng/.clang-format

15 lines
377 B
Plaintext
Raw Normal View History

2021-03-04 19:13:44 +01:00
---
BasedOnStyle: LLVM
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: None
2021-03-04 19:13:44 +01:00
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true
IndentWidth: 4
ColumnLimit: 80
2021-03-04 19:13:44 +01:00
...