Skip to content

Instantly share code, notes, and snippets.

@yoamomonstruos
Created February 27, 2014 15:42
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 yoamomonstruos/9252564 to your computer and use it in GitHub Desktop.
Save yoamomonstruos/9252564 to your computer and use it in GitHub Desktop.
Sublime
{
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"create_window_at_startup": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.lock",
".DS_Store"
],
"folder_exclude_patterns":
[
".sass-cache",
".git"
],
"font_face": "Menlo",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"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