Skip to content

Instantly share code, notes, and snippets.

@bradp
Created April 24, 2014 23:23
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 bradp/11272925 to your computer and use it in GitHub Desktop.
Save bradp/11272925 to your computer and use it in GitHub Desktop.
Sublime 2 Settings
{
"alignment_chars":
[
"=",
":"
],
"alignment_space_chars":
[
"=",
":"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Colorized-Tubster.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "system",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".sass-cache"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"2pdf",
"vintage",
"WordpressDev"
],
"jshint_options":
{
"browser": true,
"evil": true,
"regexdash": true,
"smarttabs": true,
"sub": true,
"trailing": true,
"wsh": true
},
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
],
"scroll_past_end": true,
"show_tab_close_buttons": false,
"sublimelinter_delay": 0.5,
"theme": "Spacegray.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment