Created
November 21, 2018 00:49
-
-
Save styledev/5e74bae6109651d5907863ba26481ab4 to your computer and use it in GitHub Desktop.
Textmate Properties
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
# Basic Settings | |
# | |
fontName = "Monaco" | |
fontSize = 16 | |
# Extra files to include | |
# | |
myExtraIncludes = ".tm_properties,.htaccess,.gitignore" | |
fileBrowserGlob = "{*,$myExtraIncludes}" | |
include = "{$include,$myExtraIncludes}" | |
# Hide log, vendor and tmp directories from search popups. | |
# | |
# myExtraExcludes = "log,vendor,tmp,fonts,images" | |
myExtraExcludes = "resources/images,resources/fonts,images,fonts,log,vendor,tmp,app/assets/fonts,app/assets/images,app/assets/stylesheets/tinymce,givsum/public,node_modules" | |
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}" | |
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}" | |
# If you also want to hide them from your project manager pane, add | |
# the following line to your project's local .tm_properties. | |
# | |
# excludeInBrowser = "{$excludeInBrowser,log,vendor,tmp}" | |
# Configure git and hg | |
# | |
TM_HG = "/opt/local/bin/hg" | |
TM_GIT = "/opt/local/bin/git" | |
# Default editing configuration | |
# | |
softWrap = false | |
tabSize = 4 | |
softTabs = false | |
# File type specific configuration | |
# | |
[ text ] | |
showInvisibles = true | |
[ .git/COMMIT_EDITMSG ] | |
spellChecking = true | |
spellingLanguage = 'en' | |
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib,eot,svg,ttf,woff} ] | |
binary = true | |
[ "{README,INSTALL,LICENSE,TODO}" ] | |
fileType = "text.plain" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Store in ~/.tm_properties