mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
18 lines
409 B
YAML
18 lines
409 B
YAML
BasedOnStyle: LLVM
|
|
UseTab: Never
|
|
IndentWidth: 4
|
|
Language: Cpp
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
BreakBeforeBraces: Allman
|
|
LineEnding: LF
|
|
ColumnLimit: 0
|
|
IndentCaseLabels: false
|
|
InsertNewlineAtEOF: true
|
|
Cpp11BracedListStyle: false
|
|
SpaceBeforeCpp11BracedList: true
|
|
AlignAfterOpenBracket: DontAlign
|
|
ContinuationIndentWidth: 4
|
|
AllowAllArgumentsOnNextLine: false
|
|
SpaceAfterTemplateKeyword: false
|