From fa75f917dbce17e8e8841267cfdc8d92be5c3aa7 Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Sun, 24 Jul 2016 22:09:05 +0300 Subject: [PATCH] update sublime project --- cmclient.sublime-project | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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" } - } + } }