Skip to content

Commit

Permalink
provide a project setting file for sublime contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Nov 1, 2013
1 parent afe79de commit 6c6749a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions use-me.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"folders": [{
"path": ".",
"folder_exclude_patterns": [
"node_modules"
],
"file_exclude_patterns": [
"*.sublime-workspace"
]}
],

"settings": {
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
},

"build_systems": [{
"name": "test",
"working_dir": "$project_path",
"cmd": ["make", "test"]
}]
}

0 comments on commit 6c6749a

Please sign in to comment.