2
0

Cover go.mod and go.sum in .editorconfig (#33960)

These files were previously set to use spaces for indendation but they
are supposed to use tabs, so set this in editorconfig.
This commit is contained in:
silverwind
2025-03-21 21:48:06 +01:00
committed by GitHub
parent ed13139ef6
commit aa1e7ebec8

View File

@@ -12,6 +12,9 @@ insert_final_newline = true
[*.{go,tmpl,html}]
indent_style = tab
[go.*]
indent_style = tab
[templates/custom/*.tmpl]
insert_final_newline = false