-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tm_properties
44 lines (37 loc) · 1.04 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
binary = "{$binary}"
encoding = "UTF-8"
exclude = "{$exclude,.DS_Store}"
excludeInProject= "{dist}"
excludeInFileChooser = "{$excludeInFileChooser,$excludeInProject}"
excludeInFolderSearch = "{$excludeInFolderSearch,$excludeInProject}"
include = "{$include,.{editorconfig,git?*,tm_properties,travis.yml}}"
projectDirectory = "$CWD"
projectName = "dotfiles-bonprix"
rightWindowTitle = "${TM_FILEPATH:+ — ${TM_FILEPATH/${CWD}\///}}"
scmBranch = "${TM_SCM_BRANCH:+@$TM_SCM_BRANCH}"
leftWindowTitle = "$projectName$scmBranch"
softTabs = true
tabSize = 2
windowTitle = "$leftWindowTitle$rightWindowTitle"
wrapColumn = 80
[ attr.untitled ]
fileType = source.shell
[ text.git-commit ]
softTabs = false
spellChecking = true
spellingLanguage = "en"
tabSize = 4
[ text.html.markdown ]
softTabs = false
spellChecking = true
spellingLanguage = "en"
tabSize = 4
wrapColumn = "Use Window Frame"
[ ".editorconfig" ]
fileType = source.tm-properties
[ ".gitignore" ]
fileType = source.git-config
[ "*.md" ]
fileType = text.html.markdown
[ "*.svg" ]
fileType = text.xml