forked from ffrizzo/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cson
61 lines (61 loc) · 1.28 KB
/
config.cson
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
"*":
"atom-ctags":
autoBuildTagsWhenActive: true
"autocomplete-go": {}
autosave:
enabled: true
core:
customFileTypes:
"source.shell": [
"tf"
]
"source.yaml": [
"yaml.tpl"
]
disabledPackages: [
"welcome"
"symbols-view"
"autocomplete-glsl"
"atom-ctags"
"dash"
"go-rename"
"mathjax-wrapper"
]
excludeVcsIgnoredPaths: false
dyndocker: {}
editor:
invisibles: {}
tabType: "soft"
"exception-reporting":
userId: "beca608e-8581-bdfe-3bde-a1a9bd166fed"
"file-icons": {}
"go-oracle": {}
"go-plus":
autocomplete:
suppressBuiltinAutocompleteProvider: false
panel:
displayMode: "closed"
focusOnFailure: false
panelDisplayMode: "closed"
test:
focusPanelIfTestsFail: false
"go-rename": {}
"gometalinter-linter": {}
"highlight-line":
enableSelectionBorder: true
hideHighlightOnSelect: true
underline: "dashed"
linter: {}
"linter-ui-default":
hidePanelWhenEmpty: true
panelHeight: 136.5
panelRepresents: "Entire Project"
statusBarClickBehavior: "Toggle Status Bar Scope"
"one-dark-ui": {}
react: {}
tabs:
addNewTabsAtEnd: true
"tester-go": {}
"tree-view": {}
welcome:
showOnStartup: false