Skip to content

Instantly share code, notes, and snippets.

@dalemanthei
Created January 12, 2014 03:54
Show Gist options
  • Save dalemanthei/ccd3401e4c8474ff6498 to your computer and use it in GitHub Desktop.
Save dalemanthei/ccd3401e4c8474ff6498 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Monokai Extended (SL).tmTheme",
"font_face": "consolas",
"font_size": 15,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment