XenonRecomp/.clang-format
Isaac Marovitz 10b627e986
clang-format Workflow
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
2025-03-06 22:15:56 +00:00

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