Skip to content

Instantly share code, notes, and snippets.

@mrsweaters
Created November 28, 2017 21:45
Show Gist options
  • Select an option

  • Save mrsweaters/fbb6eced7bc68b700bcf84a7e0eb9029 to your computer and use it in GitHub Desktop.

Select an option

Save mrsweaters/fbb6eced7bc68b700bcf84a7e0eb9029 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"caret_extra_width": 2,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".git",
"node_modules"
],
"font_size": 18,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"remember_full_screen": false,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_small": true,
"tab_size": 2,
"theme": "Spacegray Eighties.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