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