-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cson
90 lines (90 loc) · 2.15 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
"*":
"atom-ide-ui":
"atom-ide-datatip":
datatipInteractedWithDebounceDelay: 1
"atom-ide-diagnostics-ui":
autoVisibility: true
use: {}
"auto-detect-indentation": {}
core:
disabledPackages: [
"api-workbench"
"goto-definition"
"linter"
"language-clojure"
"language-csharp"
"language-coffee-script"
"language-c"
"language-go"
"language-java"
"language-mustache"
"language-objective-c"
"language-perl"
"language-php"
"language-property-list"
"language-sass"
"language-toml"
"elm-navigator"
"visual-indent"
"resize-indent"
"elm-lens"
"haskell-ghc-mod"
"language-pug"
"teletype"
]
telemetryConsent: "limited"
titleBar: "custom"
editor:
fontFamily: "Hasklig-Medium"
invisibles: {}
lineHeight: 1.2
scrollPastEnd: true
"elm-format":
binary: "/Users/mario/.local/bin/elm-format-atom"
elmjutsu:
autocompleteSnippetsEnabled: true
cacheDirectory: "/var/folders/kq/xl7p09mj7w3cy403_kfb8y9w0000gn/T/elmjutsu5688452MSW8vaP10g"
globalAutocompleteEnabled: true
"exception-reporting":
userId: "10a85c99-a453-6723-103f-51722f743240"
"haskell-ghc-mod":
alwaysInteractiveCheck: false
cabalSandbox: false
debug: true
"ide-haskell":
autoHideOutput: true
expressionTypeInterval: 500
onCursorMove: "Hide Tooltip"
onSavePrettify: true
stylishHaskellPath: "haskell-format"
"ide-haskell-repl":
defaultRepl: "stack"
"language-elm":
autocompleteEnabled: false
"letter-spacing": {}
linter: {}
"linter-elm-make": {}
"linter-ui-default":
panelHeight: 319
"markdown-preview":
openPreviewInSplitPane: false
useGitHubStyle: true
"one-dark-ui": {}
pigments:
extendAutocompleteToColorValue: true
extendAutocompleteToVariables: true
extendedSearchNames: [
"**/*.elm"
]
groupPaletteColors: "by file"
sourceNames: [
"**/*.elm"
]
tabs:
alwaysShowTabBar: false
"tree-view":
hideVcsIgnoredFiles: true
welcome:
showOnStartup: false
whitespace:
ignoreWhitespaceOnCurrentLine: false