diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..587e0f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +quote_type = double + +[*.md] +trim_trailing_whitespace = false diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index 85d8f63..c456f2b 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -32,7 +32,7 @@