diff --git a/cmclient.sublime-project b/cmclient.sublime-project index a42f94c52d..addb9165e1 100644 --- a/cmclient.sublime-project +++ b/cmclient.sublime-project @@ -1,4 +1,13 @@ { + "build_systems": + [ + { + "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", + "name": "Anaconda Python Builder", + "selector": "source.python", + "shell_cmd": "\"python\" -u \"$file\"" + } + ], "folders": [ { @@ -11,10 +20,10 @@ } ], "settings": - { - "ClangFormat": { - "style": "File", - // "format_on_save": true, + { + "ClangFormat": + { + "style": "File" } - } + } }