{
  "folders":
  [
    {
      "path": "./",
      "folder_exclude_patterns": ["tmp", "node_modules", ".sass-cache", ".git"],
      "file_exclude_patterns": ["*.sublime-workspace", "*.swp"]
    }
  ],
  "settings":
  {
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "ensure_newline_at_eof_on_save": true,
    "trim_trailing_white_space_on_save": true,
    "default_line_ending": "unix"
  },
  "build_systems":
  [
    {
      "name": "Section Test",
      "cmd": ["grunt", "test", "--no-color"],
      "path": "/usr/local/bin"
    }
  ]
}
