Skip to content

Instantly share code, notes, and snippets.

@amatiasq
Created November 16, 2012 15:08
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 amatiasq/4088026 to your computer and use it in GitHub Desktop.
Save amatiasq/4088026 to your computer and use it in GitHub Desktop.
My Sublime Text configuration
{
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"rulers": [ 80, 120 ],
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"auto_complete_commit_on_tab": true,
"shift_tab_unindent": true,
// The theme controls the look of Sublime Text's UI (buttons, tabs, scroll bars, etc)
"theme": "Default.sublime-theme",
"bold_folder_labels": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".sass-cache", "nbproject"],
"ignored_packages": ["Vintage"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment