Files
logging/.editorconfig
T
argoyle e067a72887
logging / test (push) Has been skipped
logging / vulnerabilities (push) Has been skipped
Release / release (push) Successful in 59s
logging / coverage-baseline (push) Successful in 2m41s
pre-commit / pre-commit (push) Successful in 5m51s
chore(ci): add shared-lib scaffolding and functional coverage gate (#3)
2026-06-15 17:53:42 +00:00

12 lines
153 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 2