Skip to content

Instantly share code, notes, and snippets.

@marciobarrios
Created September 6, 2014 13:28
Show Gist options
  • Select an option

  • Save marciobarrios/59800fe97df2406d76a1 to your computer and use it in GitHub Desktop.

Select an option

Save marciobarrios/59800fe97df2406d76a1 to your computer and use it in GitHub Desktop.
Sublime preferences
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"draw_white_space": "all",
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp"
],
"font_face": "Source Code Pro",
"font_size": 13,
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_prefixes_disable": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"highlight_when_selection_is_empty": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"match_brackets_angle": true,
"move_to_limit_on_up_down": true,
"remember_open_files": true,
"remember_open_folders": true,
"rulers":
[
80
],
"scroll_past_end": false,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
//"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment