Skip to content

Instantly share code, notes, and snippets.

@schwuk
Created November 8, 2012 15:23
Show Gist options
  • Save schwuk/4039441 to your computer and use it in GitHub Desktop.
Save schwuk/4039441 to your computer and use it in GitHub Desktop.
Sublime Text 2 user preferences
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"font_face": "Ubuntu Mono",
"font_size": 10,
"rulers": [80],
"translate_tabs_to_spaces": true,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns": [".bzr", ".svn", ".git", ".hg", "CVS"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment