node-babel7/babel.sublime-project

26 lines
449 B
Plaintext

{
"settings": {
"rulers": [
80
],
// 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": [
]
}]
}