forked from OSchip/llvm-project
Reverted premature changes to .clang-format
llvm-svn: 279316
This commit is contained in:
parent
41de9a9791
commit
b03a71eea8
|
@ -1 +1,9 @@
|
|||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
BreakBeforeBraces: Allman
|
||||
AlwaysBreakAfterReturnType: All
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
IndentCaseLabels: true
|
||||
AccessModifierOffset: -4
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
DisableFormat: true
|
||||
|
||||
# Disabling formatting doesn't implicitly disable include sorting
|
||||
SortIncludes: false
|
Loading…
Reference in New Issue