Skip to content

Commit e5a5104

Browse files
author
Kate Stone
committed
Updated .clang-format rules so bring LLDB in line with LLVM standards.
llvm-svn: 280721
1 parent 1c03915 commit e5a5104

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

lldb/.clang-format

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
11
BasedOnStyle: LLVM
2-
IndentWidth: 4
3-
ColumnLimit: 120
4-
BreakBeforeBraces: Allman
5-
AlwaysBreakAfterReturnType: All
6-
AllowShortFunctionsOnASingleLine: Inline
7-
ConstructorInitializerAllOnOneLineOrOnePerLine: true
8-
IndentCaseLabels: true
9-
AccessModifierOffset: -4
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DisableFormat: true
2+
3+
# Disabling formatting doesn't implicitly disable include sorting
4+
SortIncludes: false

0 commit comments

Comments
 (0)