From 4720551d03bb7a0b33bde714c9a65b3a061df41e Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Sun, 16 Feb 2020 16:16:20 -0800 Subject: [PATCH] Change default editor config: move to single quotes. --- .editorconfig | 1 + .vscode/settings.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 59b8db48..d3683566 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ end_of_line = lf insert_final_newline = true indent_style = tab tab_width = 2 +quote_type = single [*{yml,yaml}] indent_style = space diff --git a/.vscode/settings.json b/.vscode/settings.json index 6334ce1a..702c83f8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -51,9 +51,6 @@ "quote_style": "best" } }, - "prettier.eslintIntegration": true, - "prettier.singleQuote": true, - "prettier.stylelintIntegration": true, "markdown.extension.toc.githubCompatibility": true, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode"