Skip to content

Instantly share code, notes, and snippets.

@xrepzm
Created April 17, 2017 14:38
Show Gist options
  • Select an option

  • Save xrepzm/788012f30a36b04de5f5ace316d08621 to your computer and use it in GitHub Desktop.

Select an option

Save xrepzm/788012f30a36b04de5f5ace316d08621 to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"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