Skip to content

Instantly share code, notes, and snippets.

@stravinskii
Last active February 19, 2016 18:24
Show Gist options
  • Select an option

  • Save stravinskii/ada7462ce5e4dbc36136 to your computer and use it in GitHub Desktop.

Select an option

Save stravinskii/ada7462ce5e4dbc36136 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
120
],
"show_full_path": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?¡¿"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment