Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@naoranger
Created August 22, 2012 21:20
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 naoranger/3429490 to your computer and use it in GitHub Desktop.
Save naoranger/3429490 to your computer and use it in GitHub Desktop.
.tm_properties sample
fontName = "Menlo"
fontSize = 12
myExtraIncludes = ".tm_properties,.htaccess,.git*,.env"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
myExtraExcludes = "log,vendor,tmp,*sqlite3,.sass-cache,.DS_Store"
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
excludeInBrowser = "{$excludeInBrowser,$myExtraExcludes}"
TM_GIT = "/usr/bin/git"
softWrap = true
softTabs = true
tabSize = 2
showInvisibles = true
[ .git/COMMIT_EDITMSG ]
spellChecking = true
spellingLanguage = 'en'
[ *.{txt,md,mdown,markdown} ]
spellChecking = true
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
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