Skip to content

Instantly share code, notes, and snippets.

@lxm7
Created February 18, 2017 15:26
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 lxm7/95f4912a6abc0f1400331b2e3eddf02b to your computer and use it in GitHub Desktop.
Save lxm7/95f4912a6abc0f1400331b2e3eddf02b to your computer and use it in GitHub Desktop.
Slick, readable UI.
{
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Fira Code",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"tabs_small": true,
"theme": "Spacegray.sublime-theme",
"spacegray_tabs_font_normal": true,
"spacegray_tabs_large": true,
"spacegray_sidebar_font_large": true,
"spacegray_sidebar_tree_large": true,
"spacegray_fileicons": true,
"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