Skip to content

Instantly share code, notes, and snippets.

@dimitrismistriotis
Last active August 29, 2015 14:01
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 dimitrismistriotis/b926dd2d7db403b3c4f9 to your computer and use it in GitHub Desktop.
Save dimitrismistriotis/b926dd2d7db403b3c4f9 to your computer and use it in GitHub Desktop.
My sublime text preferences (they get overwritten when JSON doesn't parse)
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"font_size": 12,
"ignored_packages": ["Vintage", "Markdown"],
"rulers": [80, 100],
"soda_folder_icons": true,
"theme": "Soda Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment