Skip to content

Instantly share code, notes, and snippets.

@mrofi
Last active October 17, 2016 23:53
Show Gist options
  • Save mrofi/e42efe4f1d848208a2ca6c43bfa3e7a3 to your computer and use it in GitHub Desktop.
Save mrofi/e42efe4f1d848208a2ca6c43bfa3e7a3 to your computer and use it in GitHub Desktop.
#~/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
{
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"theme": "Seti.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment