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