0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-19 08:45:00 +02:00
gitea/vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/.editorconfig

14 lines
181 B
INI
Raw Normal View History

; http://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4