l0nax/changelog-go

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# EditorConfig is awesome: https://EditorConfig.org

root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_size = 2
indent_style = space

[{Makefile,go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4