Created
December 13, 2011 16:22
-
-
Save markbates/1472752 to your computer and use it in GitHub Desktop.
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
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib,vendor,*.log,tmp,log,coverage,coverage.data}" | |
include = "{.tm_properties,.htaccess,.rvmrc,.gitignore}" | |
# | |
# TM_HG = "/opt/local/bin/hg" | |
# TM_GIT = "/opt/local/bin/git" | |
# | |
# [ "/usr/include/{**/,}*" ] | |
# tabSize = 2 | |
# softTabs = true | |
# | |
[ text ] | |
softWrap = true | |
softTabs = true | |
tabSize = 2 | |
# | |
# [ .git/COMMIT_EDITMSG ] | |
# softWrap = true | |
# spellChecking = true | |
# spellingLanguage = 'en' | |
# | |
# [ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ] | |
# binary = true | |
# | |
# [ source.ruby ] | |
# softTabs = true | |
# tabSize = 2 | |
[ source.coffee ] | |
softTabs = true | |
tabSize = 2 | |
[ source.plain ] | |
softTabs = true | |
tabSize = 2 | |
# [ source.python ] | |
# softTabs = true | |
# tabSize = 4 | |
# | |
# [ "/System/Library/Frameworks/**/Headers/**/*" ] | |
# encoding = "MACROMAN" | |
# | |
# [ "{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
Override TextMate2 Default settings by creating a ~/.tm_properties file.