Skip to content

Instantly share code, notes, and snippets.

@benubois
Created December 19, 2011 18:38
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 benubois/1498328 to your computer and use it in GitHub Desktop.
Save benubois/1498328 to your computer and use it in GitHub Desktop.
tm_properties
#-------------------------------------------------------------------------------
# Drawer
#-------------------------------------------------------------------------------
myExtraIncludes = ".tm_properties,.htaccess,.gitignore"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
#-------------------------------------------------------------------------------
# Search
#-------------------------------------------------------------------------------
myExtraExcludes = "log,vendor,tmp"
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
#-------------------------------------------------------------------------------
# Environment Variables
#-------------------------------------------------------------------------------
TM_GIT = "/usr/local/bin/git"
TM_SVN = "/usr/local/bin/svn"
TM_DRUPAL_API = "http://api.drupal.org"
TM_DRUPAL_VERSION = 7
TM_COFFEE = "$HOME/bin/coffee"
TM_NODE = "/usr/local/bin/node"
PATH = "$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/sbin:/usr/sbin:/sbin"
#-------------------------------------------------------------------------------
# Visual
#-------------------------------------------------------------------------------
theme = "B5D09BEE-820F-4242-A28D-7086C0593A5F"
fontName = "Consolas"
fontSize = 13
tabSize = 4
softTabs = false
softWrap = false
windowTitle = "$TM_DISPLAYNAME${TM_DIRECTORY/\A(?:\/Users\/username\w+\/?(.*)|(.+))\z/${2:? – ${2/\A\/Users\/username/~/}:${1/\A(?=.)/ – /}}/}"
#-------------------------------------------------------------------------------
# Filetypes
#-------------------------------------------------------------------------------
[ text ]
softWrap = false
[ *.{txt,md,mdown,markdown} ]
spellChecking = true
spellingLanguage = 'en'
softWrap = true
[ *.{rb,coffee} ]
spellChecking = true
spellingLanguage = 'en'
tabSize = 2
softTabs = 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
[ "{README,INSTALL,LICENSE,TODO,CNAME}" ]
fileType = "text.plain"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment