v4k-git-backup/v4k.sublime-project

20 lines
301 B
Plaintext
Raw Normal View History

2023-08-10 16:19:39 +00:00
{
"folders":
[
{
"path": ".",
"file_exclude_patterns": ["*.zip", "*.ilk", "*.exp"],
2023-08-10 16:19:39 +00:00
"index_exclude_patterns": ["engine/joint/v4k.h", "engine/v4k.h", "engine/v4k.c"]
}
],
"settings": {
"tab_size": 4
},
"build_systems": [
{
"name": "build",
"shell_cmd": "MAKE.bat"
}
]
}