mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
9 lines
238 B
YAML
9 lines
238 B
YAML
---
|
|
BasedOnStyle: Webkit
|
|
IndentPPDirectives: BeforeHash
|
|
ColumnLimit: 80
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
SortIncludes: false
|
|
PointerAlignment: Right
|