browser/.clang-format

18 lines
459 B
Plaintext
Raw Permalink Normal View History

2023-09-27 13:43:06 -04: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
...