babel/babel.sublime-project
2017-02-03 17:52:29 -05:00

26 lines
450 B
Plaintext

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