blob: 2d12dd44c89c6a3d329c2f8b34f997a59dd111b2 [file] [log] [blame]
{
"[python]": {
"editor.tabSize": 4
},
"files.associations": {
"*.py.in": "python",
"*.pyi.in": "python",
"editor.defaultFormatter": "omnilib.ufmt"
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"python.formatting.provider": "none",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true
}