Skip to content

Instantly share code, notes, and snippets.

@bradgignac
Created July 1, 2013 20:39
Show Gist options
  • Save bradgignac/5904411 to your computer and use it in GitHub Desktop.
Save bradgignac/5904411 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"ensure_newline_at_eof_on_save": true,
"font_size": 16.0,
"hot_exit": true,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment