mousetrap.sublime-project
21 lines
| 1 | { |
| 2 | "settings": |
| 3 | { |
| 4 | "detect_indentation": true, |
| 5 | "ensure_newline_at_eof_on_save": true, |
| 6 | "tab_size": 4, |
| 7 | "translate_tabs_to_spaces": true, |
| 8 | "trim_automatic_white_space": false, |
| 9 | "trim_trailing_white_space_on_save": true, |
| 10 | }, |
| 11 | "folders": |
| 12 | [ |
| 13 | { |
| 14 | "path": "./", |
| 15 | "folder_exclude_patterns": ["bin", "coverage", "node_modules"], |
| 16 | "file_exclude_patterns": ["*.sublime-workspace"] |
| 17 | } |
| 18 | ] |
| 19 | } |
| 20 | |
| 21 |