adding editorconfig for consistency

This commit is contained in:
Joseph Hanson 2024-07-27 14:18:48 -05:00
parent 0855f8f133
commit b1f0088294
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{yaml,yml,json5}]
indent_style = space
indent_size = 2