From 2cff44f32b0aeba72181d3eb6dffa735e9ae6d28 Mon Sep 17 00:00:00 2001 From: CUI Hao Date: Sat, 30 Jul 2022 11:04:08 -0700 Subject: [PATCH] vscode config --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b6543a5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "python.linting.enabled": true, + "python.linting.pylintEnabled": true, + "python.sortImports.args": ["-l", "120"], + "files.eol": "\n", + "files.insertFinalNewline": true +}