-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tm_properties
71 lines (57 loc) · 1.45 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
# https://gist.github.com/dvessel/1478685
# https://gist.github.com/Victa/1485536
# https://zanshin.net/2012/01/31/how-to-set-textmate-2-properties/
# Display
#
fileBrowserVisible = true
fontName = "Fira Code"
fontSize = 12
tabSize = 4
softTabs = true
wrapColumn = "Use Window Frame"
softWrap = true
showInvisibles = true
spellChecking = true
# Misc configuration
#
TM_GIT = "/usr/local/bin/git"
TM_STRIP_WHITESPACE_ON_SAVE = true
# Porjects
#
windowTitle = "$TM_DISPLAYNAME${TM_DIRECTORY/\A(?:\/Users\/g\w+\/?(.*)|(.+))\z/${2:? – ${2/\A\/Users\/g/~/}:${1/\A(?=.)/ – /}}/}"
# Includes
#
myExtraIncludes = ".*"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
# Excludes
#
excludeFiles = "*.{so,pyc,o,scssc}"
excludeDirectories = "build,dist,tmp,log"
myExtraExcludes = "log,vendor,tmp,.sass-cache,.DS_Store"
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
# File type specific configuration
#
[ text ]
showInvisibles = true
[ .git/COMMIT_EDITMSG ]
spellChecking = true
spellingLanguage = 'en'
[ *.{txt,md,mdown,markdown} ]
spellChecking = true
tabSize = 4
[ *.{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 = 4
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"
[ *.txt ]
softWrap = true
[ *.{html,phtml,php} ]
softWrap = false