-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cson
40 lines (40 loc) · 1012 Bytes
/
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
"*":
"atom-ide-ui":
"atom-ide-diagnostics-ui":
showDirectoryColumn: true
use: {}
core:
destroyEmptyPanes: false
disabledPackages: [
"linter"
]
ignoredNames: [
"node_modules"
]
telemetryConsent: "limited"
themes: [
"one-light-ui"
"one-light-syntax"
]
useTreeSitterParsers: false
editor:
fontFamily: "PragmataPro, Menlo, Consolas, DejaVu Sans Mono, monospace"
fontSize: 15
showIndentGuide: true
"exception-reporting":
userId: "e656dea3-cfc8-4dcf-ada1-4851bee32236"
"linter-eslint":
autofix: {}
disabling: {}
global:
eslintrcPath: "/home/swaterkamp/source/gsa/gsa/.eslintrc.js"
"linter-pylint":
executablePath: "/home/swaterkamp/source/hyperion/hyperion/.venv/bin/pylint"
pythonPath: "/home/swaterkamp/source/hyperion/hyperion/.venv/bin/python"
rcFile: "%p"
"linter-ui-default":
panelHeight: 192
"tree-view":
hideVcsIgnoredFiles: true
welcome:
showOnStartup: false