Add clang-format
This commit is contained in:
parent
c7b593eba3
commit
bed5edadae
|
@ -0,0 +1,7 @@
|
|||
BasedOnStyle: Google
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 150
|
||||
AccessModifierOffset: -2
|
||||
TabWidth: 4
|
||||
AllowShortEnumsOnASingleLine: true
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
Loading…
Reference in New Issue