My SublimeText 2 settings. A WIP.
{
"color_scheme": "Packages/Theme - Flatland/Flatland.tmtheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 20.0,
"highlight_line": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"tab_size": 2,
"theme": "Flatland.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
I use the Flatland theme and the Flatland color scheme.
I have also used the Tomorrow color scheme.