update sublime project
This commit is contained in:
@@ -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":
|
||||
[
|
||||
{
|
||||
@@ -12,9 +21,9 @@
|
||||
],
|
||||
"settings":
|
||||
{
|
||||
"ClangFormat": {
|
||||
"style": "File",
|
||||
// "format_on_save": true,
|
||||
"ClangFormat":
|
||||
{
|
||||
"style": "File"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user