Add a sublime project [skip ci] (#5264)

This commit is contained in:
Logan Smyth 2017-02-03 14:52:29 -08:00 committed by Henry Zhu
parent 283d9cbb9e
commit 4d411ef83e
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ dist
_babel.github.io
/tests/.browser-build.js
.nyc_output
/babel.sublime-workspace

25
babel.sublime-project Normal file
View File

@ -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": [
]
}]
}