diff options
author | Kate Stone <katherine.stone@apple.com> | 2016-08-19 20:46:37 +0000 |
---|---|---|
committer | Kate Stone <katherine.stone@apple.com> | 2016-08-19 20:46:37 +0000 |
commit | b03a71eea815e20bfa0c9dd0833ce8d1ebff3f62 (patch) | |
tree | fec794ba3c042e8425d75882cddf38f40d8e52ff /lldb/packages/Python | |
parent | 41de9a9791370e9af19720664e00ff322ba526e5 (diff) | |
download | bcm5719-llvm-b03a71eea815e20bfa0c9dd0833ce8d1ebff3f62.tar.gz bcm5719-llvm-b03a71eea815e20bfa0c9dd0833ce8d1ebff3f62.zip |
Reverted premature changes to .clang-format
llvm-svn: 279316
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r-- | lldb/packages/Python/lldbsuite/.clang-format | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/.clang-format b/lldb/packages/Python/lldbsuite/.clang-format deleted file mode 100644 index 7de7a512ad7..00000000000 --- a/lldb/packages/Python/lldbsuite/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -DisableFormat: true - -# Disabling formatting doesn't implicitly disable include sorting -SortIncludes: false |