Atom settings from kanaya, Atom package list
This commit is contained in:
parent
caf4129ed2
commit
215718a19d
|
|
@ -0,0 +1,7 @@
|
||||||
|
autocomplete-python
|
||||||
|
busy-signal
|
||||||
|
intentions
|
||||||
|
language-gitignore
|
||||||
|
linter
|
||||||
|
linter-flake8
|
||||||
|
linter-ui-default
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
"bracket-matcher": {}
|
"bracket-matcher": {}
|
||||||
core:
|
core:
|
||||||
audioBeep: false
|
audioBeep: false
|
||||||
|
disabledPackages: [
|
||||||
|
"spell-check"
|
||||||
|
]
|
||||||
telemetryConsent: "limited"
|
telemetryConsent: "limited"
|
||||||
useTreeSitterParsers: false
|
useTreeSitterParsers: false
|
||||||
editor:
|
editor:
|
||||||
|
|
@ -12,6 +15,13 @@
|
||||||
"exception-reporting":
|
"exception-reporting":
|
||||||
userId: "4af648ae-236c-4a18-be73-72a7b1981edc"
|
userId: "4af648ae-236c-4a18-be73-72a7b1981edc"
|
||||||
"git-diff": {}
|
"git-diff": {}
|
||||||
|
"linter-flake8":
|
||||||
|
maxLineLength: 120
|
||||||
|
"linter-ui-default":
|
||||||
|
decorateOnTreeView: "Files and Directories"
|
||||||
|
gutterPosition: "Left"
|
||||||
|
panelHeight: 229
|
||||||
|
"spell-check": {}
|
||||||
tabs:
|
tabs:
|
||||||
enableMruTabSwitching: false
|
enableMruTabSwitching: false
|
||||||
welcome:
|
welcome:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue