Favorite Snippets Close_windows_when_empty — Closes the whole window if there are only empty tabs open when you hit cmd + w.
|
"close_windows_when_empty": true |
Folder_exclude_patterns — Set up folder exclusion for commonly used directories in your projects.
|
"folder_exclude_patterns": [ ".git", ".bundle", ".sass-cache", ".svn", ".hg" ] |
Font_ — Set type preferences for readability. Obviously, a monospaced font like Source Code Pro from Adobe would […]