dobtco/filterer

View on GitHub
filterer.sublime-project

Summary

Maintainability
Test Coverage
{
  "folders":
  [
    {
      "path": ".",
      "folder_exclude_patterns": ["coverage", "log", "tmp"],
      "file_exclude_patterns": ["*.sublime-workspace", "*.sql"]
    }
  ],

  "settings":
  {
    // indentation
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    // ensure line endings is linux style (even when on Windows)
    "default_line_ending": "LF"
  }
}