TRX/.clang-format

9 lines
214 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