quark-lang/.clang-format

18 lines
459 B
Plaintext
Raw Permalink Normal View History

2024-03-05 22:44:13 -05:00
---
BasedOnStyle: WebKit
AlignAfterOpenBracket: AlwaysBreak
BinPackParameters: false
BinPackArguments: false
AllowAllParametersOfDeclarationOnNextLine: true
NamespaceIndentation: None
BreakBeforeBraces: Stroustrup
ColumnLimit: 120
PenaltyReturnTypeOnItsOwnLine: 200
PenaltyIndentedWhitespace: 1
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: None
AlwaysBreakTemplateDeclarations: Yes
AlignConsecutiveMacros: None
AlignEscapedNewlines: DontAlign
...