klefki/.editorconfig
Jared Allard 497cac49dd
All checks were successful
tests / go test (push) Successful in 41s
tests / golangci-lint (push) Successful in 41s
feat: stub gRPC server and DB layer
2025-02-22 18:39:14 -08:00

17 lines
261 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
# yaml is forced to use spaces :/
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.proto]
indent_size = 2
indent_style = space
insert_final_newline = true