diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/.clang-format')
-rw-r--r-- | lldb/packages/Python/lldbsuite/.clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/.clang-format b/lldb/packages/Python/lldbsuite/.clang-format new file mode 100644 index 00000000000..7de7a512ad7 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/.clang-format @@ -0,0 +1,4 @@ +DisableFormat: true + +# Disabling formatting doesn't implicitly disable include sorting +SortIncludes: false |