Added configuration files for git and automatic formatting
This commit is contained in:
9
.clang-format
Normal file
9
.clang-format
Normal file
@@ -0,0 +1,9 @@
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
UseTab: Never
|
||||
BreakBeforeBraces: Stroustrup
|
||||
AlignConsecutiveAssignments: true
|
||||
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
||||
PointerAlignment: Left
|
||||
BreakBeforeBinaryOperators: None
|
||||
PenaltyBreakAssignment: 10000
|
Reference in New Issue
Block a user