Skip to content

Instantly share code, notes, and snippets.

@spartDev
Last active August 29, 2015 14:07
Show Gist options
  • Save spartDev/a8f6f2a0dbf6bf462de0 to your computer and use it in GitHub Desktop.
Save spartDev/a8f6f2a0dbf6bf462de0 to your computer and use it in GitHub Desktop.
Sublime Text Pref
{
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Aurora Color Scheme/Aurora.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"folder_exclude_patterns":
[
".git",
".sass-cache"
],
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"rulers":
[
120
],
"scroll_past_end": true,
"show_encoding": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment