blob: 3e928e4b74c377bec5a7fb41f8062d06a3dc86c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- clang/tools/clang-format/clang-format-sublime.py.orig
+++ clang/tools/clang-format/clang-format-sublime.py
@@ -18,7 +18,7 @@
import subprocess
# Change this to the full path if clang-format is not on the path.
-binary = "clang-format"
+binary = "clang-format%%LLVM_SUFFIX%%"
# Change this to format according to other formatting styles. See the output of
# 'clang-format --help' for a list of supported styles. The default looks for
|