Skip to content

Instantly share code, notes, and snippets.

@pheisiph
Created August 20, 2013 18:52
Show Gist options
  • Save pheisiph/6285621 to your computer and use it in GitHub Desktop.
Save pheisiph/6285621 to your computer and use it in GitHub Desktop.
Current Sublime Text 2 settings
{
"bold_folder_labels": false,
"caret_style": "wide",
"color_scheme": "Packages/Solarized/Solarized (dark).tmTheme",
"com.khiltd.abacus.debug": true,
"draw_white_space": "selection",
"fade_fold_buttons": true,
"find_selected_text": true,
"font_face": "Espresso Mono",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"save_on_focus_lost": false,
"spell_check": false,
"theme": "Soda Light.sublime-theme",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment