Skip to content

Instantly share code, notes, and snippets.

@michaelhelmick
Last active February 24, 2017 15:52
Show Gist options
  • Save michaelhelmick/3005076 to your computer and use it in GitHub Desktop.
Save michaelhelmick/3005076 to your computer and use it in GitHub Desktop.
My user settings for Sublime Text
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"rulers":
[
99
],
"scroll_past_end": true,
"theme": "Material-Theme-Lighter.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment