Initial commit
This commit is contained in:
34
.sublime-project
vendored
Normal file
34
.sublime-project
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user