forked from apple/swift-lldb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated .clang-format rules so bring LLDB in line with LLVM standards.
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
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |