github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/.editorconfig (about) 1 root = true 2 3 [*] 4 charset = utf-8 5 6 end_of_line = lf 7 insert_final_newline = true 8 9 indent_style = space 10 indent_size = 2 11 tab_width = 2 12 13 [*.go] 14 indent_style = tab 15 indent_size = 4 16 trim_trailing_whitespace = true 17 18 [*.md] 19 trim_trailing_whitespace = false 20 21 [{Makefile,*.json}] 22 indent_style = tab