github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/.editorconfig (about) 1 [*] 2 end_of_line = lf 3 insert_final_newline = true 4 charset = utf-8 5 6 # tab_size = 4 spaces 7 [*.go] 8 indent_style = tab 9 indent_size = 4 10 trim_trailing_whitespace = true