Skip to content

Instantly share code, notes, and snippets.

@jssee
Created September 19, 2017 04:12
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 jssee/82899390f12364d52df05c982d13dc48 to your computer and use it in GitHub Desktop.
Save jssee/82899390f12364d52df05c982d13dc48 to your computer and use it in GitHub Desktop.
sublime-pref
{
"color_scheme": "Packages/Colorsublime - Themes/Facebook.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Input",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"line_padding_top": 5,
"tab_size": 2,
"theme": "Spacezero.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