diff options
Diffstat (limited to 'clang/tools/clang-format/clang-format.el')
-rw-r--r-- | clang/tools/clang-format/clang-format.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/clang-format/clang-format.el b/clang/tools/clang-format/clang-format.el index 6de45de70a6..ca461444e22 100644 --- a/clang/tools/clang-format/clang-format.el +++ b/clang/tools/clang-format/clang-format.el @@ -126,7 +126,6 @@ is no active region. If no style is given uses `clang-format-style'." nil `(,temp-buffer ,temp-file) nil "-output-replacements-xml" - "-sort-includes" "-assume-filename" (or (buffer-file-name) "") "-style" style "-offset" (number-to-string start) |