Files
ChocolateyPackages/EthanBrown.SublimeText2.GitPackages/tools/Preferences.sublime-settings
Iristyle 90c2036390 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
2013-03-07 22:15:14 -05:00

14 lines
220 B
Plaintext

{
"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
}