Setup Docker Compose environnement for local dev

This commit is contained in:
2020-10-03 16:00:47 +02:00
parent 7eb4846b55
commit c27ae4a4d2
28 changed files with 108 additions and 37 deletions

13
nuxt/.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