Skip to content

Instantly share code, notes, and snippets.

@danieldiekmeier
Last active December 16, 2015 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danieldiekmeier/5402214 to your computer and use it in GitHub Desktop.
Save danieldiekmeier/5402214 to your computer and use it in GitHub Desktop.
My sublime text preferences
{
"caret_style": "phase",
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_size": 13.0,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 0,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Light 3.sublime-theme",
"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