git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/schema/.editorconfig (about) 1 ; https://editorconfig.org/ 2 3 root = true 4 5 [*] 6 insert_final_newline = true 7 charset = utf-8 8 trim_trailing_whitespace = true 9 indent_style = space 10 indent_size = 2 11 12 [{Makefile,go.mod,go.sum,*.go,.gitmodules}] 13 indent_style = tab 14 indent_size = 4 15 16 [*.md] 17 indent_size = 4 18 trim_trailing_whitespace = false 19 20 eclint_indent_style = unset