Skip to content

Instantly share code, notes, and snippets.

@d3orn
Last active February 23, 2017 13:11
Show Gist options
  • Save d3orn/28d33038412defaa14a7 to your computer and use it in GitHub Desktop.
Save d3orn/28d33038412defaa14a7 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_options": "subpixel_antialias",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
100
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment