Skip to content

Instantly share code, notes, and snippets.

@hmans
Created February 22, 2012 17:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hmans/1886161 to your computer and use it in GitHub Desktop.
Save hmans/1886161 to your computer and use it in GitHub Desktop.
My Preferences.sublime-settings
{
// visuals
"theme": "Soda Light.sublime-theme",
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"font_face": "Menlo",
"font_size": 13,
"line_padding_bottom": 1,
"line_padding_top": 1,
"highlight_line": true,
"rulers": [80],
// text formatting
"ensure_newline_at_eof_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// files and folders
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".sass-cache"],
// disable loading of previously open documents on startup
"hot_exit": false,
"remember_open_files": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment