update sublime project

This commit is contained in:
Pavel Stupnikov
2016-07-24 22:09:05 +03:00
parent e298b564a5
commit fa75f917db

View File

@@ -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": "folders":
[ [
{ {
@@ -11,10 +20,10 @@
} }
], ],
"settings": "settings":
{ {
"ClangFormat": { "ClangFormat":
"style": "File", {
// "format_on_save": true, "style": "File"
} }
} }
} }