summaryrefslogtreecommitdiff
path: root/sublime-project
blob: a6f083c9e83a06582600bc1737ae01bca91159ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"folders":
	[
		{
			"folder_exclude_patterns":
			[
				".git",
				".meteor"
			],
			"path": "."
		}
	],
	"settings":
	{
		"ensure_newline_at_eof_on_save": true,
		"tab_size": 2,
		"translate_tabs_to_spaces": true,
		"trim_trailing_white_space_on_save": true
	}
}