Add .editorconfig from prettier defaults

This commit is contained in:
Hannes Güdelhöfer 2024-12-30 18:41:02 +01:00
parent b24410b796
commit 44aaf400fd
No known key found for this signature in database
GPG key ID: D5D24ACBD421D3B3

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 80