Skip to content

Instantly share code, notes, and snippets.

@indrode
Last active August 29, 2015 14:23
Show Gist options
  • Save indrode/99227776eef46770dd37 to your computer and use it in GitHub Desktop.
Save indrode/99227776eef46770dd37 to your computer and use it in GitHub Desktop.
My Sublime Text settings
{
"auto_complete_with_fields": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"detect_slow_plugins": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 10.0,
"highlight_line": true,
"ignored_packages": [ "Vintage" ],
"save_on_focus_lost": true,
"show_full_path": true,
"tab_size": 2,
"tabs_medium": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 90
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment