chore: add .editorconfig (#2572)

This commit is contained in:
Adam Spiers 2025-06-29 20:40:32 +01:00 committed by GitHub
parent d8d78d73f9
commit 0cfaeedf03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

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