- 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
14 lines
220 B
Plaintext
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
|
|
}
|