Skip to content

Instantly share code, notes, and snippets.

@wonjun27
Forked from hmrtk/project.sublime-project
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wonjun27/57186f3cf8db24e68e27 to your computer and use it in GitHub Desktop.
Save wonjun27/57186f3cf8db24e68e27 to your computer and use it in GitHub Desktop.
{
"folders": [{
"follow_symlinks": true,
"path": "."
}],
"settings": {
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"tab_size": 2,
"file_exclude_patterns": [
"*.sublime-project",
"*.sublime-workspace",
"*.min.*"
],
"folder_exclude_patterns": [
"node_modules",
"reports",
".git",
".svn"
],
"rulers": [
100
],
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
},
"build_systems": [{
"name": "test",
"path": "/usr/local/share/npm/bin:/usr/local/bin:$PATH",
"cmd": [
"node_modules/karma/bin/karma",
"start",
"karma.conf.js",
"--no-colors",
"--single-run",
"--log-level",
"disable",
"--reporters",
"dots"
],
"selector": "source.js",
"working_dir": "$project_path"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment