diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..19fffe7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org +root = true + +[*] +indent_size = 2 +indent_style = space +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + + +[*.md] +trim_trailing_whitespace = false \ No newline at end of file diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..e866155 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "printWidth": 100, + "semi": false, + "singleQuote": true +} diff --git a/components/blog/card.vue b/components/blog/card.vue index ac67d75..2cf1830 100644 --- a/components/blog/card.vue +++ b/components/blog/card.vue @@ -1,10 +1,10 @@ diff --git a/pages/categories/index.vue b/pages/categories/index.vue index c819fe6..77db105 100644 --- a/pages/categories/index.vue +++ b/pages/categories/index.vue @@ -1,3 +1,3 @@ \ No newline at end of file + diff --git a/pages/index.vue b/pages/index.vue index 113a8cc..cf70037 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,28 +1,21 @@