blob: 464eaf319ea4d90d055e6a1b3127dc623f2fd6cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* http://www.sublimetext.com/docs/2/projects.html */
{
"folders":
[
{
"path": "..",
"folder_exclude_patterns": ["tmp", ".sconf_temp", ".settings", "Swift.app"],
"file_exclude_patterns": [".cproject", ".project", ".sconsign.dblite", "*~", "config.log", "*.o"]
}
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": false
}
}
|