Skip to content

Commit

Permalink
Add a sublime project [skip ci] (#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth authored and hzoo committed Feb 3, 2017
1 parent 283d9cb commit 4d411ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ dist
_babel.github.io
/tests/.browser-build.js
.nyc_output
/babel.sublime-workspace
25 changes: 25 additions & 0 deletions babel.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"settings": {
"rulers": [
100
],

// Set to false to disable detection of tabs vs. spaces on load
"detect_indentation": false,

"translate_tabs_to_spaces": true,

"tab_size": 2
},

"folders": [{
"path": ".",
"folder_exclude_patterns": [
"packages/*/lib",
"node_modules"
],
"file_exclude_patterns": [

]
}]
}

0 comments on commit 4d411ef

Please sign in to comment.