Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
sublime project config
Browse files Browse the repository at this point in the history
  • Loading branch information
irisli committed Mar 6, 2015
1 parent dddb432 commit 62474d3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ Icon
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.apdisk

### Sublime
stories.sublime-workspace
21 changes: 21 additions & 0 deletions stories.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": [
"styles/css",
"styles/.sass-cache",
],
"file_exclude_patterns": [
".DS_Store",
"stories.sublime-workspace"
],
}
],
"settings": {
"tab_size": 2,
"translate_tabs_to_spaces": true
},
}

0 comments on commit 62474d3

Please sign in to comment.