build(nuxt): initialize project

This commit is contained in:
Julien
2018-09-09 16:50:38 +02:00
parent 6cff114b04
commit 3bf11da252
19 changed files with 10692 additions and 1 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# 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