Files
openttd-cmclient/cmclient.sublime-project
2016-07-24 22:09:05 +03:00

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"
}
}
}