Add atom configuration to avoid this pain in the future
This commit is contained in:
57
resources/atom-config.cson
Normal file
57
resources/atom-config.cson
Normal file
@@ -0,0 +1,57 @@
|
||||
"*":
|
||||
"autocomplete-python":
|
||||
useKite: false
|
||||
core:
|
||||
disabledPackages: [
|
||||
"about"
|
||||
"background-tips"
|
||||
"github"
|
||||
"image-view"
|
||||
"metrics"
|
||||
"open-on-github"
|
||||
]
|
||||
telemetryConsent: "no"
|
||||
themes: [
|
||||
"one-dark-ui"
|
||||
"base16-tomorrow-dark-theme"
|
||||
]
|
||||
editor:
|
||||
fontSize: 16
|
||||
invisibles: {}
|
||||
preferredLineLength: 100
|
||||
"exception-reporting":
|
||||
userId: "21f90c70-b680-4a55-a906-c8d67e98bf28"
|
||||
"ide-python":
|
||||
pylsPlugins:
|
||||
flake8:
|
||||
ignore: [
|
||||
"E121"
|
||||
"E123"
|
||||
"E126"
|
||||
"E226"
|
||||
"E24"
|
||||
"E704"
|
||||
"W503"
|
||||
"W504"
|
||||
"E501"
|
||||
]
|
||||
pycodestyle:
|
||||
ignore: [
|
||||
"E121"
|
||||
"E123"
|
||||
"E126"
|
||||
"E226"
|
||||
"E24"
|
||||
"E704"
|
||||
"W503"
|
||||
"E501"
|
||||
]
|
||||
maxLineLength: 100
|
||||
pyflakes: {}
|
||||
pylint:
|
||||
enabled: true
|
||||
rope_completion: {}
|
||||
python: "python3.7"
|
||||
"tree-view": {}
|
||||
welcome:
|
||||
showOnStartup: false
|
Reference in New Issue
Block a user