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

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