TRX/.clang-format

13 lines
328 B
Text
Raw Normal View History

2021-02-10 16:03:02 +01:00
---
AlignAfterOpenBracket: AlwaysBreak
2021-11-30 21:30:07 +01:00
AllowShortFunctionsOnASingleLine: None
2021-10-31 18:51:49 +01:00
AlwaysBreakAfterReturnType: None
2021-11-30 21:30:07 +01:00
BasedOnStyle: Webkit
BreakBeforeBinaryOperators: NonAssignment
ColumnLimit: 80
IndentPPDirectives: BeforeHash
NamespaceIndentation: None
2021-10-31 18:51:49 +01:00
PenaltyReturnTypeOnItsOwnLine: 1000
2021-11-30 21:30:07 +01:00
PointerAlignment: Right
SortIncludes: false