Created
August 20, 2014 07:04
-
-
Save mattweb/bd95c251159dd5a9339e to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
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
| { | |
| "always_show_minimap_viewport": true, | |
| "bold_folder_labels": false, | |
| "draw_minimap_border": true, | |
| "ensure_newline_at_eof_on_save": true, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "open_files_in_new_window": false, | |
| "preview_on_click": false, | |
| "show_encoding": true, | |
| "show_line_endings": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment