github.com/pingcap/tidb/parser@v0.0.0-20231013125129-93a834a6bf8d/.editorconfig (about) 1 root = true 2 3 [*] 4 end_of_line = lf 5 insert_final_newline = true 6 charset = utf-8 7 8 # tab_size = 4 spaces 9 [{*.go,*.y}] 10 indent_style = tab 11 indent_size = 4 12 trim_trailing_whitespace = true