Add .editorconfig

This commit is contained in:
Kevin Cotugno 2024-03-05 07:20:27 -07:00
parent b8b5dd1bcd
commit 117b34d3ed

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*.go]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
insert_final_newline = true