add .editorconfig file (#216)

add .editorconfig file
This commit is contained in:
Rick Newton-Rogers 2024-11-15 09:53:25 +00:00 committed by GitHub
parent a256daf533
commit 57f583415a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true