Skip to content

Instantly share code, notes, and snippets.

@karldanninger
Created January 29, 2013 18:04
Show Gist options
  • Save karldanninger/4666228 to your computer and use it in GitHub Desktop.
Save karldanninger/4666228 to your computer and use it in GitHub Desktop.
My user setup for sublime
{
"color_scheme": "Packages/User/Railscasts.tmTheme",
"draw_white_space": "all",
"fold_buttons": false,
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"word_wrap": false,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment