Skip to content

Commit

Permalink
Update Sublime config
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegury committed May 3, 2012
1 parent 99d42e0 commit 357b02d
Showing 1 changed file with 7 additions and 6 deletions.
@@ -1,12 +1,13 @@
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_size": 12.0,
"rulers": [100],

"font_size": 15.0,
"highlight_line": true,
"rulers":
[
100
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,

"highlight_line": true
"trim_trailing_white_space_on_save": true
}

0 comments on commit 357b02d

Please sign in to comment.