Skip to content

Instantly share code, notes, and snippets.

@harryfinn
Created November 24, 2015 15:40
Show Gist options
  • Save harryfinn/a1bd80dd53f261b203f7 to your computer and use it in GitHub Desktop.
Save harryfinn/a1bd80dd53f261b203f7 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Material-Theme (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"gray_antialias"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": false,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment