Add Sublime Text 2 user settings
This commit is contained in:
parent
8ab464bcd5
commit
9d2230cc9e
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue