Skip to content

Commit

Permalink
update sublime settings
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Dec 20, 2012
1 parent 3db99de commit d103fba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sublime/Packages/User/Preferences.sublime-settings
Expand Up @@ -42,10 +42,13 @@
"no_italic"
],
"font_size": 10.0,
"find_selected_text": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_to_bracket": true,
"open_files_in_new_window": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
"trim_trailing_white_space_on_save": true,
"show_full_path": true
}

0 comments on commit d103fba

Please sign in to comment.