Updated .clang-format rules so bring LLDB in line with LLVM standards.
llvm-svn: 280721
This commit is contained in:
parent
1c03915500
commit
e5a5104e27
@ -1,9 +1 @@
|
|||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
IndentWidth: 4
|
|
||||||
ColumnLimit: 120
|
|
||||||
BreakBeforeBraces: Allman
|
|
||||||
AlwaysBreakAfterReturnType: All
|
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
||||||
IndentCaseLabels: true
|
|
||||||
AccessModifierOffset: -4
|
|
||||||
|
4
lldb/packages/Python/lldbsuite/.clang-format
Normal file
4
lldb/packages/Python/lldbsuite/.clang-format
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
DisableFormat: true
|
||||||
|
|
||||||
|
# Disabling formatting doesn't implicitly disable include sorting
|
||||||
|
SortIncludes: false
|
Loading…
x
Reference in New Issue
Block a user