Skip to content

Instantly share code, notes, and snippets.

@diegommarino
Created June 15, 2017 11:37
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 diegommarino/ddb33e588640b63aba507eb6d0593281 to your computer and use it in GitHub Desktop.
Save diegommarino/ddb33e588640b63aba507eb6d0593281 to your computer and use it in GitHub Desktop.
Personal sublime text 3 configuration
{
"auto_complete_commit_on_tab": true,
"caret_extra_width": 1,
"caret_style": "solid",
"drag_text": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias",
"no_bold"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"new_window_settings":
{
"show_minimap": false
},
"rulers":
[
72,
79
],
"save_on_focus_lost": false,
"show_full_path": true,
"show_minimap": false,
"tab_size": 4,
"theme": "SoDaReloaded Dark.sublime-theme",
"todo":
{
"case_sensitive": true,
"patterns":
{
"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
"FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$",
"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$",
"TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
}
},
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment