This commit is contained in:
Miguel da Mota 2024-01-04 23:37:39 +01:00
parent 849e2849cb
commit 207d1eb895
47 changed files with 3138 additions and 353 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,jsx,tsx}]
indent_style = tab