Skip to content

Instantly share code, notes, and snippets.

@thulioph
Last active January 3, 2016 18:09
Show Gist options
  • Save thulioph/8499975 to your computer and use it in GitHub Desktop.
Save thulioph/8499975 to your computer and use it in GitHub Desktop.
preferências do meu sublime
{
"auto_complete_selector": "text.html.erb, source - comment, meta.tag - punctuation.definition.tag.begin",
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.lib",
".DS_Store",
"*~",
"*.psd",
".psd",
"*.db",
"*.eot",
"*.ttf",
"*.woff",
"*.tmp",
"Thumbs.db",
"ehthumbs.db",
"Desktop.ini",
"*.sublime-project",
"*.sublime-workspace"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"$RECYCLE.BIN",
".sass-cache"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Nexus.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment