chore: add .clang_format for consistent code formatting
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Format Style Options - Created with Clang Power Tools
|
||||
---
|
||||
AccessModifierOffset: -4
|
||||
AlignConsecutiveMacros: true
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortEnumsOnASingleLine: false
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
||||
ColumnLimit: 150
|
||||
EmptyLineBeforeAccessModifier: Never
|
||||
IndentAccessModifiers: false
|
||||
IndentWidth: 4
|
||||
NamespaceIndentation: All
|
||||
BreakBeforeBraces: Allman
|
||||
Reference in New Issue
Block a user