{
	"folders":
	[
		{
			"follow_symlinks": true,
			"path": "."
		}
	],
  "settings":
  {
    "tab_size": 2,
    "translate_tabs_to_spaces": true
  },
  "build_systems":
  [
    {
      "name": "grunt",
      "cmd": ["grunt", "--no-color"],
      "path": "$PATH:/usr/local/bin"
    }
  ]
}