chore: add .editorconfig (#249)

This commit is contained in:
Marco Pasqualetti
2024-12-22 17:52:03 +01:00
committed by GitHub
parent 77e22c40b6
commit d09ca5548a
+7
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