Reverted premature changes to .clang-format

llvm-svn: 279316
This commit is contained in:
Kate Stone 2016-08-19 20:46:37 +00:00
parent 41de9a9791
commit b03a71eea8
2 changed files with 8 additions and 4 deletions

View File

@ -1 +1,9 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
AlwaysBreakAfterReturnType: All
AllowShortFunctionsOnASingleLine: Inline
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentCaseLabels: true
AccessModifierOffset: -4

View File

@ -1,4 +0,0 @@
DisableFormat: true
# Disabling formatting doesn't implicitly disable include sorting
SortIncludes: false