Skip to content

Instantly share code, notes, and snippets.

@tlewin
Created January 5, 2015 23:23
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 tlewin/e5e1cc3bbb0b41c8db6f to your computer and use it in GitHub Desktop.
Save tlewin/e5e1cc3bbb0b41c8db6f to your computer and use it in GitHub Desktop.
My Sublime preferences
{
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/freshcut.tmTheme",
"draw_white_space": "all",
"font_face": "Courier New",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment