forked from MikeMcQuaid/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tm_properties
68 lines (53 loc) · 1.84 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
PATH = "$TM_PROJECT_DIRECTORY/bin:$HOME/.rbenv/shims:/usr/local/bin:$HOME/.gem/ruby/2.3.0/bin:$HOME/.gem/ruby/2.0.0/bin:$PATH"
LINTER_LINT_ON_SAVE = true
LINTER_STRIP_WHITESPACE_ON_SAVE = true
LINTER_ENSURE_NEWLINE_ON_SAVE = true
LINTER_FIX_ON_SAVE = 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,log,node_modules,opt,prof,rbenv/versions,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