Skip to content

Commit

Permalink
Updated .clang-format rules so bring LLDB in line with LLVM standards.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@280721 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Kate Stone committed Sep 6, 2016
1 parent a460987 commit 063858b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Allman
AlwaysBreakAfterReturnType: All
AllowShortFunctionsOnASingleLine: Inline
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentCaseLabels: true
AccessModifierOffset: -4
4 changes: 4 additions & 0 deletions packages/Python/lldbsuite/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DisableFormat: true

# Disabling formatting doesn't implicitly disable include sorting
SortIncludes: false

0 comments on commit 063858b

Please sign in to comment.