chore: add editorconfig

This commit is contained in:
Nicola Zambello 2023-06-10 12:23:30 +02:00
parent f4fa726046
commit 8a8cb64099
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

12
.editorConfig Normal file
View file

@ -0,0 +1,12 @@
[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[{*.css,*.scss,*.less,*.overrides,*.variables}]
indent_size = 4
[{*.js,*.jsx,*.json,*.ts,*.tsx,*.astro}]
indent_size = 2