Skip to content

Instantly share code, notes, and snippets.

@DiogoDoreto
Last active October 10, 2015 00:37
Show Gist options
  • Select an option

  • Save DiogoDoreto/3604180 to your computer and use it in GitHub Desktop.

Select an option

Save DiogoDoreto/3604180 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Droid Sans Mono Dotted",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment