mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"pairs.enableCharacters": [
|
|
"(",
|
|
"[",
|
|
"{",
|
|
"'",
|
|
"\"",
|
|
"`"
|
|
],
|
|
"diagnostic.checkCurrentLine": true,
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"json"
|
|
],
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.flake8Args": [
|
|
"--ignore=ANN204,ANN101,ANN102,ANN002,ANN003"
|
|
]
|
|
}
|