Skip to content

Instantly share code, notes, and snippets.

@hamsterbacke23
Created March 19, 2013 22:26
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 hamsterbacke23/5200710 to your computer and use it in GitHub Desktop.
Save hamsterbacke23/5200710 to your computer and use it in GitHub Desktop.
sublime settings
{
"always_prompt_for_file_reload": true,
"color_scheme": "Packages/User/Coda.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 10.0,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"jslint_happy": true,
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment