mirror of https://github.com/jab/bidict.git
12 lines
403 B
JSON
12 lines
403 B
JSON
// vim: set ft=json5
|
|
{
|
|
"editor.formatOnSaveMode": "modificationsIfAvailable",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"python.defaultInterpreterPath": ".venv/bin/python",
|
|
"python.testing.pytestEnabled": true,
|
|
"mypy-type-checker.importStrategy": "fromEnvironment",
|
|
"mypy-type-checker.preferDaemon": true,
|
|
}
|