Created
April 2, 2012 15:10
-
-
Save samuelcotterall/2284234 to your computer and use it in GitHub Desktop.
My TextMate 2 Properties
This file contains hidden or 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
# Display the name of the home directory. | |
windowTitle = "$TM_DISPLAYNAME — ${CWD/^.*\///}" | |
# 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" | |
TM_SVN_DIFF_CMD = "/usr/local/bin/ksdiff-svnwrapper" | |
PHP_MANUAL_LOCATION = "$HOME/Sites/localhost/reference/php_manual/" | |
TM_DRUPAL_API = "http://api.drupal.org" | |
TM_DRUPAL_VERSION = 7 | |
# General settings. | |
showInvisibles = true | |
spellChecking = true | |
tabSize = 4 | |
[ text ] | |
softWrap = false | |
wrapColumn = 80 | |
softTabs = true | |
[ *.js ] | |
softWrap = false | |
wrapColumn = 80 | |
softTabs = true | |
tabSize = 2 | |
[ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment