Created
January 3, 2012 22:47
-
-
Save paulredmond/1557379 to your computer and use it in GitHub Desktop.
My .tm_properties file
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
TM_GIT = "/usr/local/bin/git" | |
windowTitle = '$TM_FILEPATH' | |
fontName = "Anonymous Pro" | |
fontSize = 14 | |
# Extra files to include | |
myExtraIncludes = ".tm_properties,.htaccess,.gitignore" | |
fileBrowserGlob = "{*,$myExtraIncludes}" | |
include = "{$include,$myExtraIncludes}" | |
# This is my personal preference | |
softWrap = true | |
# Force spaces | |
[ source.yaml ] | |
softTabs = true | |
tabSize = 2 | |
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ] | |
binary = true | |
[ .git/COMMIT_EDITMSG ] | |
spellChecking = true | |
spellingLanguage = 'en' | |
[ "{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