Browse Source

Change default editor config: move to single quotes.

pull/3202/head
TheGoddessInari 5 years ago
parent
commit
4720551d03
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 1
      .editorconfig
  2. 3
      .vscode/settings.json

1
.editorconfig

@ -9,6 +9,7 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
indent_style = tab indent_style = tab
tab_width = 2 tab_width = 2
quote_type = single
[*{yml,yaml}] [*{yml,yaml}]
indent_style = space indent_style = space

3
.vscode/settings.json vendored

@ -51,9 +51,6 @@
"quote_style": "best" "quote_style": "best"
} }
}, },
"prettier.eslintIntegration": true,
"prettier.singleQuote": true,
"prettier.stylelintIntegration": true,
"markdown.extension.toc.githubCompatibility": true, "markdown.extension.toc.githubCompatibility": true,
"[html]": { "[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"

Loading…
Cancel
Save