Open gurmukhp opened 8 years ago
Having the same issue. Preferences.sublime-settings
looks like this:
"settings": {
"ClangFormat": {
"format_on_save": true
}
}
the plugin does not read Preferences.sublime-settings
.
Instead, use the file clang_format.sublime-settings
with the tags described in this file: https://github.com/rosshemsley/SublimeClangFormat/blob/master/clang_format.sublime-settings
For some reason, even though I have format_on_save as true, the file doesn't format. Clicking super+option+a seems to work though.
This is my config: