forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tm_properties
64 lines (50 loc) · 1.42 KB
/
tm_properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Basic Settings
#
fontName = "Anonymous Pro"
fontSize = 14
# Extra files to include
#
myExtraIncludes = ".tm_properties,.htaccess,.gitignore"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
# Hide log, vendor and tmp directories from search popups.
#
myExtraExcludes = "log,vendor,tmp"
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
# If you also want to hide them from your project manager pane, add
# the following line to your project's local .tm_properties.
#
# excludeInBrowser = "{$excludeInBrowser,log,vendor,tmp}"
# Configure git and hg
#
#TM_HG = "/opt/local/bin/hg"
TM_GIT = "/usr/local/bin/git"
# TM_RUBY = "$HOME/dotfiles/shell/rbenv-auto-ruby.sh"
# didn't work
# TM_RUBY = "$HOME/.rbenv/shims/ruby"
# Default editing configuration
#
softWrap = false
softTabs = true
tabSize = 2
# File type specific configuration
#
[ text ]
showInvisibles = true
[ .git/COMMIT_EDITMSG ]
spellChecking = true
spellingLanguage = 'en'
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
[ source ]
softTabs = true
tabSize = 2
[ source.python ]
softTabs = true
tabSize = 2
[ source.ruby ]
softTabs = true
tabSize = 2
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"