Add .editorconfig (#946)

This commit is contained in:
Dylan Bridgman 2025-10-07 18:17:47 +02:00 committed by GitHub
parent 5b062cddce
commit 819da32ebb
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
[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8