Skip to content

Instantly share code, notes, and snippets.

@bbrewer97202
Created October 29, 2015 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbrewer97202/7aca7acdffa87f0f50a9 to your computer and use it in GitHub Desktop.
Save bbrewer97202/7aca7acdffa87f0f50a9 to your computer and use it in GitHub Desktop.
Sample custom Sublime Text Settings
{
"always_show_minimap_viewport": true,
"caret_extra_width": 2,
"color_scheme": "Packages/User/SublimeLinter/Hyrule (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Consolas",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"Vintage"
],
"overlay_scroll_bars": "enabled",
"translate_tabs_to_spaces": 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