-
Notifications
You must be signed in to change notification settings - Fork 1
/
tm_properties
40 lines (35 loc) · 861 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
fontName = "Menlo"
fontSize = 12
tabSize = 4
softTabs = true
wrapColumn = "Use Window Frame"
spellChecking = false
showInvisibles = false
windowTitle = "$TM_DISPLAYNAME — ${TM_DIRECTORY/.*\///} — $windowTitleSCM"
exclude = "{$exclude,*.zip}"
include = "{$include,.gitignore,.tm_properties}"
[ Makefile ]
softTabs = false
tabSize = 8
[ text ]
softWrap = false
wrapColumn = 80
softTabs = true
tabSize = 4
spellChecking = false
[ text.html.markdown ]
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 4
[ text.plain ]
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 4
[ source ]
softWrap = false
wrapColumn = "Use Window Frame"
softTabs = true
tabSize = 4
spellChecking = false