Created a simple Strapi project and started filling it

This commit is contained in:
Tiago Ribeiro
2024-03-13 23:11:13 +00:00
commit acef0ddae2
39 changed files with 15922 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false