diff --git a/.gitignore b/.gitignore index 455eaca..1cbd3ad 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /.venv/ /PFERD.egg-info/ __pycache__/ -/.vscode/ # pyinstaller /pferd.spec diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c424184 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.insertFinalNewline": true, + "files.trimFinalNewlines": true, + "python.formatting.provider": "autopep8", + "python.linting.enabled": true, + "python.linting.flake8Enabled": true, + "python.linting.mypyEnabled": true, +}