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"