We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c03915 commit e5a5104Copy full SHA for e5a5104
lldb/.clang-format
@@ -1,9 +1 @@
1
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
lldb/packages/Python/lldbsuite/.clang-format
@@ -0,0 +1,4 @@
+DisableFormat: true
+
+# Disabling formatting doesn't implicitly disable include sorting
+SortIncludes: false
0 commit comments