Add editorconfig

This commit is contained in:
Arran Hobson Sayers 2023-10-05 19:04:10 +01:00
parent 309aeb5714
commit 15badfbbcc
4 changed files with 15 additions and 1 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
insert_final_newline = false
trim_trailing_whitespace = true