Skip to content

Instantly share code, notes, and snippets.

@jssee
Created July 13, 2017 01:35
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/2856047fc00ab2e712abf335b7c9d648 to your computer and use it in GitHub Desktop.
Save jssee/2856047fc00ab2e712abf335b7c9d648 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"color_scheme": "Packages/Colorsublime - Themes/Facebook.tmTheme",
"font_face": "Input Mono",
"font_size": 10,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"line_padding_bottom": 5,
"ensure_newline_at_eof_on_save": true,
"scroll_speed": 4.0,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"],
"ignored_packages":
[
"Vintage"
],
"theme": "Spacezero.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment