Skip to content

Instantly share code, notes, and snippets.

@benclark
Created August 10, 2012 18:31
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 benclark/3316519 to your computer and use it in GitHub Desktop.
Save benclark/3316519 to your computer and use it in GitHub Desktop.
My Sublime Text 2 preferences
{
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/IDLE.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"hot_exit": false,
"open_files_in_new_window": false,
"remember_open_files": false,
"shift_tab_unindent": true,
"smart_indent": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"font_size": 11
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment