cloudflare/ClickHouse
Publicmirrored fromhttps://github.com/cloudflare/ClickHouse
.editorconfig
15lines · modecode
unknown
| 1 | root = true |
| 2 | |
| 3 | # Unix-style newlines with a newline ending every file |
| 4 | [*] |
| 5 | end_of_line = lf |
| 6 | insert_final_newline = true |
| 7 | |
| 8 | |
| 9 | # Matches multiple files with brace expansion notation |
| 10 | # Set default charset |
| 11 | [*.{c,cpp,cxx,h,hpp,hxx,py}] |
| 12 | charset = utf-8 |
| 13 | indent_style = tab |
| 14 | indent_size = 4 |
| 15 | trim_trailing_whitespace = true |