mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
.clang-format
: break short enums, TypenameMacros (#1671)
* IndentPPDirectives: AfterHash * AllowShortEnumsOnASingleLine: false * IndentPPDirectives: BeforeHash * format * format * TypenameMacros: [BAD_RETURN] * IndentPPDirectives: None
This commit is contained in:
parent
8c909c5d98
commit
0444a6f094
3 changed files with 15 additions and 10 deletions
|
@ -7,6 +7,7 @@ BreakBeforeBraces: Attach
|
|||
SpaceAfterCStyleCast: false
|
||||
Cpp11BracedListStyle: false
|
||||
IndentCaseLabels: true
|
||||
IndentPPDirectives: None
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
AlignAfterOpenBracket: Align
|
||||
|
@ -18,6 +19,8 @@ AllowShortIfStatementsOnASingleLine: false
|
|||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortEnumsOnASingleLine: false
|
||||
AlignEscapedNewlines: Left
|
||||
AlignTrailingComments: true
|
||||
SortIncludes: false
|
||||
TypenameMacros: ['BAD_RETURN']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue