feat: nuxt project setup

This commit is contained in:
2026-03-18 00:01:45 +01:00
parent c912594d7a
commit 9703fa77e2
13 changed files with 10492 additions and 1 deletions

13
.editorconfig Executable 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