mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-06 19:01:18 +03:00
8 lines
214 B
YAML
8 lines
214 B
YAML
---
|
|
BasedOnStyle: Webkit
|
|
IndentPPDirectives: BeforeHash
|
|
ColumnLimit: 80
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
SortIncludes: false
|