Angular project generation

This commit is contained in:
Marta Borgia Leiva 2026-02-09 18:23:19 +01:00
parent f3f4ef244a
commit 9ab0505ed4
Signed by: a-mayb3
GPG key ID: 293AAC4FED165CE3
23 changed files with 9416 additions and 23 deletions

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false
[*.md]
max_line_length = off
trim_trailing_whitespace = false