Initial Commit / Nuxt.js boilerplate

This commit is contained in:
2020-10-03 12:21:34 +02:00
parent 105da2733f
commit f3d97da867
23 changed files with 15685 additions and 1 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false