add .editorconfig file

This commit is contained in:
Rick Newton-Rogers 2024-11-14 13:33:46 +00:00
parent 608de0d0a1
commit 5516f0e4e4

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