mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2025-01-26 07:54:53 +00:00
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
|
---
|
||
|
AlignAfterOpenBracket: AlwaysBreak
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
BasedOnStyle: Webkit
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
ColumnLimit: 80
|
||
|
IndentPPDirectives: BeforeHash
|
||
|
NamespaceIndentation: None
|
||
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
||
|
PointerAlignment: Right
|
||
|
SortIncludes: false
|