-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tm_properties
48 lines (35 loc) · 856 Bytes
/
.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
# See here for documentation:
# https://gist.github.com/dvessel/1478685
TM_RUBY = "$HOME/.rbenv/shims/ruby"
PATH = "$HOME/.rbenv/bin:$PATH"
include = "{$include,.env*,.*.yml}"
excludeInFolderSearch = "{$excludeInFolderSearch,dist,node_modules,log,**/target,tmp}"
[ source.ruby ]
tabSize = 2
softTabs = true
[ text.html ]
tabSize = 2
softTabs = true
[ source.scss ]
tabSize = 2
softTabs = true
[ *.{txt,md} ]
softWrap = true
[ text.haml ]
tabSize = 4
softTabs = false
[ source.yaml ]
softTabs = true
tabSize = 2
[ source.go ]
softTabs = false
tabSize = 4
[ *.da.* ]
spellingLanguage = 'da'
[ *.en.* ]
spellingLanguage = 'en'
[ source.coffee ]
tabSize = 8
softTabs = false
[ comment ]
spellChecking = true