Skip to content

Instantly share code, notes, and snippets.

@fkumro
Created July 18, 2012 14:56
Show Gist options
  • Save fkumro/3136684 to your computer and use it in GitHub Desktop.
Save fkumro/3136684 to your computer and use it in GitHub Desktop.
My Sublime Text 2 User Configuration
{
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"caret_style": "phase",
"default_line_ending": "unix",
"font_size": 11,
"highlight_line": true,
"spell_check": true,
"translate_tabs_to_spaces": true,
"theme": "Soda Dark.sublime-theme",
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"default_line_ending": "unix",
"draw_white_space": "all",
"rulers":
[
72, 79
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment