chore: add .editorconfig (#536)

Co-authored-by: Adam Spiers <opencode@adamspiers.org>
pull/556/head
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
1 changed files with 9 additions and 0 deletions

9
.editorconfig 100644
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