Skip to content

Instantly share code, notes, and snippets.

@rafapolo
Last active December 31, 2015 12:09
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 rafapolo/7984180 to your computer and use it in GitHub Desktop.
Save rafapolo/7984180 to your computer and use it in GitHub Desktop.
sublime text improved preferences
{
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 9,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ignored_packages": ["Vintage"],
"folder_exclude_patterns": ["bkps", "cache", "media", ".svn", ".git", ".hg", "CVS"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment