summaryrefslogtreecommitdiffstats
blob: 5746207566cc68cef9a7186da6d7ef791ec24848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* http://www.sublimetext.com/docs/2/projects.html */
{
	"folders":
	[
		{
			"path": "..",
			"folder_exclude_patterns": ["tmp", ".sconf_temp", ".settings", "Swift.app", "3rdParty"],
			"file_exclude_patterns": [".cproject", ".project", ".sconsign.dblite", "*~", "config.log", "*.o"]
		}
	],
	"settings":
	{
		"tab_size": 4,
		"translate_tabs_to_spaces": false
	},
	"build_systems":
	[
		{
			"name": "Scons",
			"cmd" : ["./scons"],
			"working_dir": ".."
		},
		{
			"name": "Scons test",
			"cmd" : ["./scons", "check=1"],
			"working_dir": ".."
		}
	]
}