Made some small adjustments
This commit is contained in:
14
.clang-format
Executable file
14
.clang-format
Executable file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
BasedOnStyle: LLVM
|
||||
AlignOperands: 'true'
|
||||
IndentWidth: '4'
|
||||
IndentWrappedFunctionNames: 'true'
|
||||
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
||||
TabWidth: '4'
|
||||
UseTab: Always
|
||||
ColumnLimit: '0'
|
||||
PointerAlignment: Left
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
AccessModifierOffset: -4
|
||||
SortIncludes: 'false'
|
||||
SortUsingDeclarations: 'false'
|
Reference in New Issue
Block a user