Skip to content

Instantly share code, notes, and snippets.

@jstewsy
Last active August 29, 2015 14:23
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 jstewsy/a461f65b28612de85543 to your computer and use it in GitHub Desktop.
Save jstewsy/a461f65b28612de85543 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
// THEME
"color_scheme": "Packages/User/SublimeLinter/Solarized (Dark) (SL).tmTheme",
"theme": "Material-Theme.sublime-theme",
// FONT
"font_face": "Monaco",
"font_size": 14.0,
"font_options":
[
"gray_antialias"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
// EDITOR SETTINGS
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"draw_white_space": "all",
"highlight_line": true,
"overlay_scroll_bars": "enabled",
"find_selected_text": true,
"show_encoding_on_status_bar": true,
"translate_tabs_to_spaces": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
// IGNORED
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment