Updated .clang-format rules so bring LLDB in line with LLVM standards.

llvm-svn: 280721
This commit is contained in:
Kate Stone 2016-09-06 17:19:00 +00:00
parent 1c03915500
commit e5a5104e27
2 changed files with 4 additions and 8 deletions

View file

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

View file

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