Codebase list golang-github-go-ini-ini / v1.66.3 .editorconfig
v1.66.3

Tree @v1.66.3 (Download .tar.gz)

.editorconfig @v1.66.3raw · history · blame

# http://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*_test.go]
trim_trailing_whitespace = false