fastclockClient/.sublime-project

34 lines
657 B
Plaintext

{
"folders":
[
{
"path": "",
"folder_exclude_patterns": ["build"],
"follow_symlinks": true
},
{
"path": "doc",
"name": "Documentation",
"file_exclude_patterns": ["*.css"]
},
{
"path": "src",
"name": "C/C++ Source"
},
{
"path": "fs",
"name": "File System/JS Source"
},
],
"settings":
{
"tab_size": 2
},
"build_systems":
[
{
"name": "Mongoose",
"shell_cmd": "mos build --local --clean"
}
]
}