forked from MikeMcQuaid/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 6
/
tm_properties
73 lines (58 loc) · 1.89 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
65
66
67
68
69
70
71
72
73
PATH = "$TM_PROJECT_DIRECTORY/bin:$HOME/.rbenv/shims:/usr/local/bin:$HOME/.gem/ruby/2.0.0/bin:$PATH"
TM_RUBY = "ruby"
TM_RUBOCOP = "rubocop"
TM_SHELLCHECK = "shellcheck"
VOS_VALIDATOR_INFO = true
VOS_ONLY_ON_ERROR = false
VOS_TRIM_DOCUMENT = true
VOS_BASH_SHELLCHECK = true
VOS_RUBY_RUBOCOP = true
VOS_HTML = true
encoding = UTF-8
fontName = "Menlo"
fontSize = 12
lineEndings = '\n'
spellingLanguage = en_GB
myExtraIncludes = ".env*,.tm_properties,.github,.gitignore,.ruby-version,.rubocop.yml,.simplecov,.travis.yml"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
myExcludes = "Caskroom,Cellar,cache,coverage,node_modules,opt,prof,log,vendor/gems,vendor/ruby,vendor/bundle,repos/github,tmp,_site"
excludeInBrowser = "{$excludeInBrowser,$myExcludes}"
excludeInFileChooser = "{$excludeInFileChooser,vendor,repositories/development,repositories/test,$myExcludes}"
excludeInFolderSearch = "{$excludeInFolderSearch,vendor,repositories/development,repositories/test,test/fixtures,$myExcludes}"
showInvisibles = true
softWrap = true
softTabs = true
tabSize = 2
saveOnBlur = true
[ text ]
spellChecking = true
wrapColumn = "Use Window Frame"
[ text.git-commit ]
showInvisibles = true
spellChecking = true
wrapColumn = 72
softWrap = false
[ text.html.markdown ]
showInvisibles = true
spellChecking = true
wrapColumn = 80
[ text.asciidoc ]
showInvisibles = true
spellChecking = true
wrapColumn = 80
[ source ]
showInvisibles = true
wrapColumn = "Use Window Frame"
[ source.plist ]
softTabs = false
tabSize = 4
[ source.ssh-config ]
softTabs = false
tabSize = 4
[ source.tm-properties ]
spellChecking = false
[ "{Brewfile,Gemfile,Gemfile.lock,Guardfile}" ]
fileType = source.ruby
[ "{gitconfig,gitconfig-user}" ]
fileType = source.git-config