editorconfig for good measure

This commit is contained in:
2025-10-21 22:30:33 -06:00
parent 31fefd5cab
commit fa68156aa5
+11
View File
@@ -0,0 +1,11 @@
[*.go]
indent_style = tab
[Makefile]
indent_style = tab
[*.html]
indent_style = space
indent_size = 2
[*.proto]
indent_style = space
indent_size = 2