github.com/saferwall/pe@v1.5.2/.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 21 22 [Dockerfile] 23 indent_size = 4