diff --git a/.editorconfig b/.editorconfig index 2ca82c5..daa51f2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ insert_final_newline = true indent_style = space indent_size = 2 trim_trailing_whitespace = true +quote_type = single [*.md] trim_trailing_whitespace = false