Last active
August 1, 2019 03:26
-
-
Save aaronlelevier/38907bb4b388bb0b863c10c60a883edf to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "binary_file_patterns": | |
| [ | |
| "*min.js", | |
| "*.debug.js", | |
| "*prod.js", | |
| "*.dex", | |
| "*.zip", | |
| "*.bin", | |
| ".coverage", | |
| "*.tar", | |
| "*.ckpt.*", | |
| ], | |
| "file_exclude_patterns": [ | |
| "*.beam", | |
| "*.dump" | |
| ], | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "ensure_single_trailing_newline": true, | |
| "folder_exclude_patterns": | |
| [ | |
| ".git", | |
| ".ipynb_checkpoints", | |
| ".idea", | |
| "generated", | |
| "intermediates", | |
| "node_modules", | |
| "bower_components", | |
| "build", | |
| ".tox", | |
| ".pytest_cache", | |
| "tmp", | |
| "dist", | |
| "courses", | |
| ], | |
| "font_size": 14, | |
| "ignore_whitespace_on_current_line": true, | |
| "ignore_whitespace_only_lines": false, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "remove_trailing_whitespace_on_save": true, | |
| "rulers": | |
| [ | |
| 79 | |
| ], | |
| "save_on_focus_lost": true, | |
| "show_definitions": false, | |
| "tab_size": 4, | |
| "theme": "Adaptive.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Last 4 lines work with the Whitespace package