github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/.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