summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/clang-format-sublime.py
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/clang-format/clang-format-sublime.py')
-rw-r--r--clang/tools/clang-format/clang-format-sublime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format/clang-format-sublime.py b/clang/tools/clang-format/clang-format-sublime.py
index 1cffcecc394..16ff56e502c 100644
--- a/clang/tools/clang-format/clang-format-sublime.py
+++ b/clang/tools/clang-format/clang-format-sublime.py
@@ -32,7 +32,7 @@ class ClangFormatCommand(sublime_plugin.TextCommand):
if encoding == 'Undefined':
encoding = 'utf-8'
regions = []
- command = [binary, '-sort-includes', '-style', style]
+ command = [binary, '-style', style]
for region in self.view.sel():
regions.append(region)
region_offset = min(region.a, region.b)
OpenPOWER on IntegriCloud