Skip to content

Instantly share code, notes, and snippets.

@yim1990
Last active May 14, 2017 12:26
Show Gist options
  • Save yim1990/26c5d93c774e099d566d9aa51f52f19b to your computer and use it in GitHub Desktop.
Save yim1990/26c5d93c774e099d566d9aa51f52f19b to your computer and use it in GitHub Desktop.
sublime-settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"folder_exclude_patterns":
[
".meteor/local",
".git",
".npm",
"node_modules"
],
"font_face": "D2Coding",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true
}
@yim1990
Copy link
Author

yim1990 commented May 14, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment