initial commit, compiles
This commit is contained in:
16
.clang-format
Normal file
16
.clang-format
Normal file
@@ -0,0 +1,16 @@
|
||||
AlignAfterOpenBracket: BlockIndent
|
||||
AlignConsecutiveMacros: true
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
BasedOnStyle: LLVM
|
||||
IndentCaseLabels: true
|
||||
IndentGotoLabels: true
|
||||
IndentPPDirectives: BeforeHash
|
||||
Language: Cpp
|
||||
ReflowComments: true
|
||||
RemoveBracesLLVM: true
|
||||
SortIncludes: CaseInsensitive
|
||||
TabWidth: 2
|
||||
UseTab: AlignWithSpaces
|
||||
|
||||
# ex:se ft=yaml
|
Reference in New Issue
Block a user