Created
April 17, 2017 14:38
-
-
Save xrepzm/788012f30a36b04de5f5ace316d08621 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
| { | |
| "always_show_minimap_viewport": true, | |
| "caret_extra_bottom": 1, | |
| "caret_extra_top": 1, | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_options": | |
| [ | |
| "gray_antialias", | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 8, | |
| "highlight_line": true, | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "overlay_scroll_bars": "enabled", | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "save_on_focus_lost": true, | |
| "show_encoding": true, | |
| "translate_tabs_to_spaces": true, | |
| "trim_automatic_white_space": 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