Skip to content

Instantly share code, notes, and snippets.

@pattex
Created September 21, 2011 09:38
Show Gist options
  • Save pattex/1231664 to your computer and use it in GitHub Desktop.
Save pattex/1231664 to your computer and use it in GitHub Desktop.
Sublime Text 2 - User Settings Base File
{
"color_scheme": "Packages/User/Smyck.tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - German/de_DE.dic",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Bitstream Vera Sans Mono",
"font_size": 12,
"highlight_line": true,
"rulers":
[
80
],
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment