chore: properly format go.mod files

This commit is contained in:
Jose Diaz-Gonzalez
2021-03-22 01:05:46 -04:00
parent 017037586c
commit 21aef2eef1

View File

@@ -15,7 +15,7 @@ insert_final_newline = true
indent_style = tab
indent_size = 4
[*.go]
[*.{go,mod}]
insert_final_newline = true
indent_style = tab
indent_size = 4