Skip to content

Instantly share code, notes, and snippets.

Created April 27, 2012 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2510661 to your computer and use it in GitHub Desktop.
Save anonymous/2510661 to your computer and use it in GitHub Desktop.
.tm_properties
#
# .tm_properties
#
# Folder Specific Settings
# Many settings can be specified per folder and even per file type, here are the default values:
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
include = "{.tm_properties,.htaccess}"
TM_HG = "/opt/local/bin/hg"
TM_GIT = "/opt/local/bin/git"
# Settings
tabSize = 4
projectDirectory = "$CWD"
windowTitle = "$TM_DISPLAYNAME — ${CWD/^.*\///}"
excludeInFileChooser= "{$exclude,*.xib}"
# Variables
# TM_ORGANIZATION_NAME = 'MacroMates'
# TM_SYS_HEADER_PATH = '${TM_SYS_HEADER_PATH:?$TM_SYS_HEADER_PATH:/usr/include/c++/4.0.0:/usr/include:/System/Library/Frameworks}:$CWD/Shared/include:${BUILD_DIR:-$CWD/build}/Avian/public'
# TM_TODO_IGNORE = '/(disabled(-src)?|onig-.*|build|cache|CxxTest|(FScript|BWToolkitFramework).framework)/'
TM_MAKE_FILE = '${CWD}/Makefile'
TM_MAKE_TARGET = 'Avian/run'
fontName = "Consolas for BBEdit"
fontSize = 12
[ "/usr/include/{**/,}*" ]
tabSize = 8
[ *.{txt,md,mdown,markdown} ]
softWrap = true
[ .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.python ]
softTabs = true
tabSize = 4
[ "/System/Library/Frameworks/**/Headers/**/*" ]
encoding = "MACROMAN"
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"
[ "*.{txt,md,mdown,markdown}" ]
softWrap = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment