-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cson
42 lines (42 loc) · 1.08 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
"*":
Hydrogen:
debug: true
globalMode: true
kernelNotifications: true
outputAreaDefault: true
"autocomplete-plus":
backspaceTriggersAutocomplete: true
defaultProvider: "Symbol"
enableExtendedUnicodeSupport: true
strictMatching: true
core:
closeDeletedFileTabs: true
colorProfile: "srgb"
fileSystemWatcher: "experimental"
telemetryConsent: "limited"
uriHandlerRegistration: "always"
useTreeSitterParsers: true
editor:
invisibles: {}
scrollPastEnd: true
showIndentGuide: true
showInvisibles: true
softWrap: true
softWrapAtPreferredLineLength: true
"exception-reporting":
userId: "945a737a-9224-459d-a90b-8e4bd6df793a"
"git-diff":
showIconsInEditorGutter: true
github:
filesystemEventDiagnostics: true
gitDiagnostics: true
performanceToConsole: true
performanceToProfile: true
viewChangesForCurrentFileDiffPaneSplitDirection: "right"
teletype:
askBeforeJoiningPortalViaExternalApp: false
welcome:
showOnStartup: false
".python.source":
editor:
autoIndentOnPaste: true