refactor(clang-format): move to LLVM style
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
BasedOnStyle: Google
|
||||
|
||||
BasedOnStyle: LLVM
|
||||
UseTab: Always
|
||||
TabWidth: 4
|
||||
IndentWidth: 4
|
||||
|
||||
IndentCaseLabels: true
|
||||
ColumnLimit: 100
|
||||
PointerAlignment: Right
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
|
||||
Reference in New Issue
Block a user