Skip to content

Instantly share code, notes, and snippets.

@ivanrosolen
Last active April 1, 2020 23:22
Show Gist options
  • Save ivanrosolen/ab5ce360102009470990 to your computer and use it in GitHub Desktop.
Save ivanrosolen/ab5ce360102009470990 to your computer and use it in GitHub Desktop.
Sublime
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_workers": 1,
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "disabled",
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_tab_close_buttons": true,
"spacegray_tabs_small": true,
"tab_size": 4,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment