EthanBrown.SublimeText2.GitPackages

- Sublime package featuring the best Git helpers
   - EditorConfig, Git, GitHubinator, Modific, SideBarGit,
      Github Gists
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
This commit is contained in:
Iristyle
2013-03-07 22:13:51 -05:00
parent 4801bdf0fb
commit 90c2036390
7 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"rulers":
[
50,
72,
80,
120
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}