TRX/.clang-format

12 lines
307 B
Text
Raw Normal View History

2021-02-10 16:03:02 +01:00
---
BasedOnStyle: Webkit
IndentPPDirectives: BeforeHash
ColumnLimit: 80
AllowShortFunctionsOnASingleLine: InlineOnly
BreakBeforeBinaryOperators: NonAssignment
AlignAfterOpenBracket: AlwaysBreak
2021-02-10 16:32:28 +01:00
SortIncludes: false
2021-03-07 23:34:28 +01:00
PointerAlignment: Right
2021-10-31 18:51:49 +01:00
AlwaysBreakAfterReturnType: None
PenaltyReturnTypeOnItsOwnLine: 1000