diff --git a/.vscode/formatter.json b/.vscode/formatter.json index a35633c..f222c8b 100644 --- a/.vscode/formatter.json +++ b/.vscode/formatter.json @@ -35,4 +35,4 @@ "indent_char": " ", "indent_character": " " } -} \ No newline at end of file +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5cda5bf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "prettier.arrowParens": "always", + "prettier.eslintIntegration": true, + "prettier.printWidth": 120, + "prettier.singleQuote": true, + "prettier.tabWidth": 4, + "editor.detectIndentation": false +}