From 75d84a7a57b555a3a3cb7caf45c97d6aa7a0e31b Mon Sep 17 00:00:00 2001 From: Erik Pearson Date: Mon, 1 Jul 2019 15:36:09 -0700 Subject: [PATCH] update VSC settings --- .vscode/formatter.json | 2 +- .vscode/settings.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json 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 +}