mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-10-31 23:35:32 +01:00
clean up TextMate settings
This commit is contained in:
parent
ae090ca72e
commit
e0f119826a
@ -20,19 +20,13 @@ spellChecking = false
|
|||||||
# Font Smoothing always enabled
|
# Font Smoothing always enabled
|
||||||
#defaults write com.macromates.TextMate.preview fontSmoothing 1
|
#defaults write com.macromates.TextMate.preview fontSmoothing 1
|
||||||
|
|
||||||
# Monokai
|
|
||||||
|
|
||||||
#theme = D8D5E82E-3D5B-46B5-B38E-8C841C21347D
|
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
|
|
||||||
myExtraIncludes = ".tm_properties,.htaccess,.gitignore,.csslintrc,.jshintrc"
|
myExtraIncludes = ".tm_properties,.htaccess,.gitignore,.csslintrc,.jshintrc"
|
||||||
fileBrowserGlob = "{*,$myExtraIncludes}"
|
fileBrowserGlob = "{*,$myExtraIncludes}"
|
||||||
include = "{$include,$myExtraIncludes}"
|
include = "{$include,$myExtraIncludes}"
|
||||||
|
|
||||||
# Hide directories from search popups.
|
# Hide directories from search popups.
|
||||||
|
myExtraExcludes = "log,vendor,tmp,generated,dist,build,node_modules,bower_components"
|
||||||
myExtraExcludes = "log,vendor,tmp,generated,dist"
|
|
||||||
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
|
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
|
||||||
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
|
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
|
||||||
|
|
||||||
@ -41,23 +35,8 @@ excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
|
|||||||
TM_FULLNAME = "Matthias Kretschmann"
|
TM_FULLNAME = "Matthias Kretschmann"
|
||||||
TM_GIT = "/usr/local/bin/git"
|
TM_GIT = "/usr/local/bin/git"
|
||||||
|
|
||||||
|
|
||||||
[ text ]
|
[ text ]
|
||||||
spellChecking = true
|
spellChecking = true
|
||||||
|
|
||||||
[ text.plain ]
|
|
||||||
spellChecking = true
|
|
||||||
softTabs = false
|
|
||||||
|
|
||||||
[ text.html.markdown ]
|
|
||||||
spellChecking = true
|
|
||||||
softTabs = false
|
|
||||||
|
|
||||||
[ source ]
|
|
||||||
softTabs = true
|
|
||||||
|
|
||||||
[ source.plist ]
|
[ source.plist ]
|
||||||
softTabs = false
|
softTabs = false
|
||||||
|
|
||||||
[ source.tm-properties ]
|
|
||||||
spellChecking = false
|
|
Loading…
Reference in New Issue
Block a user