Created
August 5, 2015 16:34
-
-
Save f000/936fb73b235a0a0867f0 to your computer and use it in GitHub Desktop.
Textmate 2 ~/.tm_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
# Basic Settings | |
fontName = "Courier New" | |
fontSize = 16 | |
# JS Lint | |
projectDirectory = "$CWD" | |
TM_PROJECT_DIRECTORY = "$projectDirectory" | |
# Variables | |
TM_FULLNAME = "Lukas Vorlicek" | |
TM_ORGANIZATION = "CodeArt" | |
TM_GIT = "/usr/bin/git" | |
# File filter | |
exclude = "{}" | |
include = "{*,.*}" | |
# Extra files to include | |
myExtraIncludes = ".*" | |
fileBrowserGlob = "{*,$myExtraIncludes}" | |
include = "{$include,$myExtraIncludes}" | |
# Hide log, vendor and tmp directories from search popups. | |
myExtraExcludes = "*.o,.pyc,CVS,_darcs,_MTN" | |
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}" | |
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}" | |
# Generl settings | |
showInvisibles = true | |
spellChecking = false | |
spellingLanguage = "en" | |
tabSize = 4 | |
softTabs = true | |
softWrap = false | |
# File type specific configuration | |
[ text ] | |
showInvisibles = true | |
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ] | |
binary = true | |
[ source ] | |
[ "{README,INSTALL,LICENSE,TODO}" ] | |
fileType = "text.plain" | |
[ text.html.markdown ] | |
spellChecking = true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.tm_properties
in the project's directory :