Skip to content

Instantly share code, notes, and snippets.

@JoanClaret
Created May 18, 2016 10:38
Show Gist options
  • Save JoanClaret/b74393a9927e568fcff988eca1875c9c to your computer and use it in GitHub Desktop.
Save JoanClaret/b74393a9927e568fcff988eca1875c9c to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Monaco",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"index_exclude_patterns":
[
"*.log"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"move_to_limit_on_up_down": true,
"rulers":
[
80
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment