Created
September 13, 2017 16:47
-
-
Save marionava/68d443fb3b7e88e0e8345847b830887a to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/User/SublimeLinter/Monokai-Midnight (SL).tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Operator Mono Light", | |
"font_size": 17, | |
"gutter": true, | |
"highlight_line": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": true, | |
"line_padding_bottom": 10, | |
"line_padding_top": 10, | |
"overlay_scroll_bars": "enabled", | |
"save_on_focus_lost": true, | |
"shell_exec_executable": "/bin/zsh", | |
"show_panel_on_build": false, | |
"tab_size": 4, | |
"theme": "Seti.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"word_wrap": true, | |
"wrap_width": 110 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment