Skip to content

Instantly share code, notes, and snippets.

@akakie
Created December 17, 2012 19:59
Show Gist options
  • Save akakie/4321512 to your computer and use it in GitHub Desktop.
Save akakie/4321512 to your computer and use it in GitHub Desktop.
tm_properties
##
# FILE NAME=.TM_PROPERTIES
##
# Display the name of the home directory.
windowTitle = "$TM_DISPLAYNAME — ${CWD/^.*\///}"
# Font Settings
#
fontName = "Menlo"
# fontName = "DejaVu Sans Mono"
fontSize = 12
# Omit .tm_properties so it doesn't show in the browser.
include = ".htaccess"
# Exclude old *.tmproj files.
exclude = "{$exclude,*.tmproj}"
# Variables.
TM_GIT = "/usr/local/bin/git"
# General settings.
showInvisibles = false
spellChecking = true
# File type specific configuration
#
[ attr.file.unknown-type ]
fileType = text
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"
[ text ]
softWrap = false
wrapColumn = 80
softTabs = true
tabSize = 2
showInvisibles = true
[ text.html.markdown ]
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = false
tabSize = 4
[ text.plain ]
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = false
tabSize = 4
[ source ]
softWrap = false
wrapColumn = 80
softTabs = true
tabSize = 2
[ source.plist ]
softTabs = false
tabSize = 4
[ source.tm-properties ]
spellChecking = false
[ .git/COMMIT_EDITMSG ]
spellChecking = true
spellingLanguage = 'en'
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
[ "*.{txt,md,mdown,markdown}" ]
softWrap = true
[ *.{php,html,css,js} ]
softWrap = false
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment