chore: add editorconfig file

This commit is contained in:
Andrea 2024-09-23 08:43:58 +02:00
parent 0e470dd9e5
commit f049500fb4
No known key found for this signature in database
GPG Key ID: 4594610B9C8F91C5
4 changed files with 10 additions and 3 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2