]> Sergey Matveev's repositories - public-inbox.git/blob - .editorconfig
No ext_urls
[public-inbox.git] / .editorconfig
1 # EditorConfig configuration for public-inbox
2 # https://EditorConfig.org
3
4 # Top-most EditorConfig file
5 root = true
6
7 [*]
8 end_of_line = lf
9 insert_final_newline = true
10 trim_trailing_whitespace = true
11 charset = utf-8
12 indent_style = tab