-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tm_properties
56 lines (44 loc) · 1.32 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
binary = "{$binary}"
encoding = "UTF-8"
exclude = "{$exclude,.DS_Store}"
excludeInProject= "{.git,build,dist,node_modules}"
excludeInFileChooser = "{$excludeInFileChooser,$excludeInProject}"
excludeInFolderSearch = "{$excludeInFolderSearch,$excludeInProject}"
include = "{$include,.{babelrc,editorconfig,git?*,nvmrc,tm_properties,travis.yml}}"
projectDirectory = "$CWD"
projectName = "exit-process-with-error"
rightWindowTitle = "${TM_FILEPATH:? — ${TM_FILEPATH/${CWD}\///}:${TM_DISPLAYNAME:+ — $TM_DISPLAYNAME}}"
scmBranch = "${TM_SCM_BRANCH:+ ($TM_SCM_BRANCH)}"
leftWindowTitle = "$projectName$scmBranch"
softTabs = true
tabSize = 2
windowTitle = "$leftWindowTitle$rightWindowTitle"
wrapColumn = 120
[ attr.untitled ]
fileType = source.ts
[ text ]
softTabs = false
spellChecking = true
spellingLanguage = "en"
tabSize = 4
wrapColumn = "Use Window Frame"
[ "*.md" ]
fileType = text.html.markdown
[ "*.yml" ]
fileType = source.yaml
[ "*.{{,m}js,ts}" ]
fileType = source.ts
[ ".editorconfig" ]
fileType = source.java-properties
[ ".git/COMMIT_EDITMSG" ]
fileType = text.git-commit
[ ".gitignore" ]
fileType = source.git-config
[ ".tm_properties" ]
fileType = source.tm-properties
[ "Brewfile" ]
fileType = source.ruby
[ "{*.{json,map},.babelrc}" ]
fileType = source.json
[ "{.{gitmessage,nvmrc},CODEOWNERS,LICENSE}" ]
fileType = text.plain