Skip to content

Instantly share code, notes, and snippets.

@daltonjorge
Created November 22, 2012 01:57
Show Gist options
  • Save daltonjorge/4129014 to your computer and use it in GitHub Desktop.
Save daltonjorge/4129014 to your computer and use it in GitHub Desktop.
My Preferences.sublime-settings
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"tab_size": 2,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"remember_open_files": false,
"vintage_start_in_command_mode": true,
"ignored_packages": [""],
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "target", ".settings"],
"draw_white_space": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment