Skip to content

Instantly share code, notes, and snippets.

@diegommarino
Created November 30, 2015 13:51
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/d7a49aafbab9d8723a9d to your computer and use it in GitHub Desktop.
Save diegommarino/d7a49aafbab9d8723a9d to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"auto_complete_commit_on_tab": true,
"caret_extra_width": 1,
"caret_style": "solid",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"drag_text": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc",
".rvmrc",
".rbenv-gemsets",
".versions.conf",
"*.gem",
"*.rbc",
"[._]*.s[a-w][a-z]",
"[._]s[a-w][a-z]",
"*.un~",
"Session.vim",
".netrwhist",
"*~",
"sftp-config.json",
".hgignore",
".cvsignore",
"*/.cvsignore"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site",
"log",
"bin",
".rbx",
".sass-cache",
".ruby-gemset",
".ruby-version",
".bundle",
".vagrant",
"*.sublime-workspace",
"*.sublime-project"
],
"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": 2,
"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