chore: add .editorconfig (#536)

Co-authored-by: Adam Spiers <opencode@adamspiers.org>
This commit is contained in:
Adam Spiers 2025-06-30 02:12:58 +01:00 committed by GitHub
parent 248325925f
commit dd22cb2bb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
.editorconfig Normal file
View file

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