This commit is contained in:
FS
2024-05-04 02:13:39 +02:00
parent 08764ac41e
commit 111d7e8ee5
26 changed files with 595 additions and 75 deletions

16
angular/.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# 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
[*.md]
max_line_length = off
trim_trailing_whitespace = false