mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2024-11-26 23:50:33 +00:00
13 lines
328 B
YAML
13 lines
328 B
YAML
---
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AlwaysBreakAfterReturnType: None
|
|
BasedOnStyle: Webkit
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
ColumnLimit: 80
|
|
IndentPPDirectives: BeforeHash
|
|
NamespaceIndentation: None
|
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
|
PointerAlignment: Right
|
|
SortIncludes: false
|