Created
May 22, 2017 21:34
-
-
Save adam1x/8d0ba77cd3015e4e6dcdf4b2b28286ae to your computer and use it in GitHub Desktop.
Sublime Text 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
Show hidden characters
| { | |
| "color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme", | |
| "fade_fold_buttons": false, | |
| "font_face": "DejaVu Sans Mono", | |
| "font_size": 13, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "scroll_past_end": true, | |
| "spacegray_fileicons": true, | |
| "theme": "Spacegray Eighties.sublime-theme", | |
| "translate_tabs_to_spaces": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment