Skip to content

Instantly share code, notes, and snippets.

@simonsmith
Last active December 11, 2015 21:38
Show Gist options
  • Save simonsmith/4663471 to your computer and use it in GitHub Desktop.
Save simonsmith/4663471 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".idea"
],
"font_face": "Monaco",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Sass"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment