Skip to content

Instantly share code, notes, and snippets.

@marselester
Created February 5, 2013 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marselester/4712871 to your computer and use it in GitHub Desktop.
Save marselester/4712871 to your computer and use it in GitHub Desktop.
Sublime settings
{
"auto_complete": false,
"auto_match_enabled": false,
"close_windows_when_empty": false,
"open_files_in_new_window": false,
"remember_open_files": false,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": true,
"fold_buttons": false,
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"rulers":
[
72,
79
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment