mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-10-31 23:35:32 +01:00
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# Settings
|
|
|
|
encoding = UTF-8
|
|
fontName = "SourceCodePro-Medium"
|
|
fontSize = 12
|
|
lineEndings = '\n'
|
|
showInvisibles = false
|
|
softWrap = true
|
|
softTabs = true
|
|
wrapColumn = "Use Window Frame"
|
|
tabSize = 4
|
|
spellChecking = false
|
|
|
|
# Hidden Settings, to be executed in Terminal
|
|
# https://github.com/textmate/textmate/wiki/Hidden-Settings
|
|
|
|
# Make file browser a bit more pretty
|
|
#defaults write com.macromates.TextMate.preview fileBrowserStyle SourceList
|
|
|
|
# Font Smoothing always enabled
|
|
#defaults write com.macromates.TextMate.preview fontSmoothing 1
|
|
|
|
# Includes
|
|
myExtraIncludes = ".tm_properties,.htaccess,.gitignore,.csslintrc,.jshintrc"
|
|
fileBrowserGlob = "{*,$myExtraIncludes}"
|
|
include = "{$include,$myExtraIncludes}"
|
|
|
|
# Hide directories from search popups.
|
|
myExtraExcludes = "log,vendor,tmp,generated,dist,build,node_modules,bower_components"
|
|
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
|
|
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
|
|
|
|
# Variables
|
|
|
|
TM_FULLNAME = "Matthias Kretschmann"
|
|
TM_GIT = "/usr/local/bin/git"
|
|
|
|
[ text ]
|
|
spellChecking = true
|
|
|
|
[ source.plist ]
|
|
softTabs = false
|