Base nuxt layout

This commit is contained in:
Alexis
2024-03-21 17:14:11 +01:00
parent 1abf555519
commit b86cf52839
36 changed files with 9886 additions and 3462 deletions

View File

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