Add a sublime project [skip ci] (#5264)
This commit is contained in:
parent
283d9cbb9e
commit
4d411ef83e
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ dist
|
||||
_babel.github.io
|
||||
/tests/.browser-build.js
|
||||
.nyc_output
|
||||
/babel.sublime-workspace
|
||||
|
||||
25
babel.sublime-project
Normal file
25
babel.sublime-project
Normal 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": [
|
||||
|
||||
]
|
||||
}]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user