30 lines
390 B
Plaintext
30 lines
390 B
Plaintext
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
|
|
"name": "Anaconda Python Builder",
|
|
"selector": "source.python",
|
|
"shell_cmd": "\"python\" -u \"$file\""
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"file_exclude_patterns":
|
|
[
|
|
"*.cod"
|
|
],
|
|
"follow_symlinks": true,
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"ClangFormat":
|
|
{
|
|
"style": "File"
|
|
}
|
|
}
|
|
}
|