TR2X/.clang-format

13 lines
328 B
Plaintext
Raw Normal View History

2023-09-23 20:20:47 +02:00
---
AlignAfterOpenBracket: AlwaysBreak
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterReturnType: None
BasedOnStyle: Webkit
BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 80
IndentPPDirectives: BeforeHash
NamespaceIndentation: None
PenaltyReturnTypeOnItsOwnLine: 1000
PointerAlignment: Right
SortIncludes: false