Skip to content

Instantly share code, notes, and snippets.

@florianeckerstorfer
Created August 15, 2012 13:43
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 florianeckerstorfer/3360282 to your computer and use it in GitHub Desktop.
Save florianeckerstorfer/3360282 to your computer and use it in GitHub Desktop.
sublime preferences
{
"theme": "Soda Light.sublime-theme",
"color_scheme": "Packages/solarized-sublimetext2/Solarized (dark).tmTheme",
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
4, 8, 80, 120
],
"scroll_past_end": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment