summaryrefslogtreecommitdiff
path: root/sublime-project
blob: 1636aa6a825a40370080748eeb95598beccbcadd (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": "/Users/yuval/dev/colors"
		}
	],
	"settings":
	{
		"ensure_newline_at_eof_on_save": true,
		"tab_size": 2,
		"translate_tabs_to_spaces": true,
		"trim_trailing_white_space_on_save": true
	}
}