Last active
June 29, 2017 04:48
-
-
Save legend80s/d9a1c5cc83c064c2dabc5b36cf944db9 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
This file contains hidden or 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
// edit ~/.gitconfig add | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
{ | |
"color_scheme": "Packages/User/SublimeLinter/Monokai Phoenix (SL).tmTheme", | |
"font_face": "Monaco", | |
"font_size": 16, | |
"ignored_packages": | |
[ | |
"Anaconda", | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
// show node_modules in sidebar but exclude it to show in `CMD + P` prompt | |
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", "node_modules/**"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment