mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
ItsDrike
b9afa56d96
- Default args cause problems when we have other custom flake8 rules defined in files such as tox.ini since these project-specifc settings were simply getting ignored in favor of the default args. We should instead always rely on the project's settings
16 lines
272 B
JSON
16 lines
272 B
JSON
{
|
|
"pairs.enableCharacters": [
|
|
"(",
|
|
"[",
|
|
"{",
|
|
"'",
|
|
"\"",
|
|
"`"
|
|
],
|
|
"diagnostic.checkCurrentLine": true,
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"json"
|
|
],
|
|
"python.linting.flake8Enabled": true
|
|
}
|