Skip to content

Instantly share code, notes, and snippets.

@danielfilho
Created September 14, 2012 19:07
Show Gist options
  • Save danielfilho/3724021 to your computer and use it in GitHub Desktop.
Save danielfilho/3724021 to your computer and use it in GitHub Desktop.
Sublime Text 2 config file
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"font_size": 18.0,
"highlight_line": true,
"tab_size": 2,
"translateTabsToSpaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"shift_tab_unindent": true,
"spell_check": true,
"word_wrap": false,
"rulers":
[
80
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment