Peter Pentchev | ed29a6f | 2022-11-15 14:27:53 +0200 | [diff] [blame] | 1 | # https://editorconfig.org/ |
2 | |||||
3 | root = true | ||||
4 | |||||
5 | [*] | ||||
6 | end_of_line = lf | ||||
7 | insert_final_newline = true | ||||
8 | charset = utf-8 | ||||
9 | |||||
10 | # Mainly for the multi-line "Description: ..." header. | ||||
11 | [*.patch] | ||||
12 | indent_style = space | ||||
13 | indent_size = 1 | ||||
14 | |||||
15 | [*.pl] | ||||
16 | indent_style = tab | ||||
17 | tab_size = 8 | ||||
18 | |||||
19 | [sh/git-if-needed] | ||||
20 | indent_style = tab | ||||
21 | tab_size = 8 |