Add Sublime Text 2 user settings

This commit is contained in:
Andrew Tomaka 2012-12-02 22:48:30 -05:00
parent 8ab464bcd5
commit 9d2230cc9e

View file

@ -0,0 +1,12 @@
{
"color_scheme": "Packages/Tomorrow-Night-Blue.tmTheme",
"draw_indent_guides": true,
"font_face": "Consolas",
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"rulers": [ 80 ],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}