Hi,
I just currently installed the Clang-Format package, which works fine. Now, as a side effect, Sublime tries to compile a C++ file, when I save the file (cmd-s).
I tried to disable the Clang-Format package, to see if this new behaviour steems from this packaged, but it did not. Next I disabled the C++ package, which stopped Sublime from compileing my code, but unfortunatelly, the C++ syntax highlighting is also gone.
How can I configure Sublime to not compile C++ file, but to still highlight C++ files?
kind regards,
Torsten