Created
September 24, 2015 03:02
-
-
Save sheedy/5a385b5879cec14d24df to your computer and use it in GitHub Desktop.
default sublime text project file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": | |
[ | |
{ | |
"path": ".", | |
"folder_exclude_patterns": [ | |
".git", | |
"node_modules", | |
"vendor", | |
"bower_components", | |
".tmp" | |
] | |
} | |
], | |
"settings": { | |
"FuzzyFilePath": {}, | |
"expand_tabs_on_save": true, | |
"tab_size": 2 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment