mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-27 03:03:52 +00:00
chore(build): add .clang-format
This commit is contained in:
parent
37db5336e4
commit
f4c85da862
1 changed files with 14 additions and 0 deletions
14
.clang-format
Normal file
14
.clang-format
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
AlignAfterOpenBracket: AlwaysBreak
|
||||
AlignConsecutiveDeclarations: true
|
||||
AlignConsecutiveMacros: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
ContinuationIndentWidth: 4
|
||||
IndentCaseLabels: true
|
||||
IndentWidth: 4
|
||||
ObjCBlockIndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
UseTab: Never
|
||||
ColumnLimit: 100
|
||||
AlignConsecutiveAssignments: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue