Skip to content

Commit

Permalink
Add sublime project
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed Mar 11, 2015
1 parent bf39260 commit 23f17e6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sublime-project
@@ -0,0 +1,23 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
".git",
".sass-cache",
"_site"
],
"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
}
}

0 comments on commit 23f17e6

Please sign in to comment.