| 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 | |||||
| Peter Pentchev | 53ecf9c | 2022-11-15 14:42:23 +0200 | [diff] [blame] | 10 | [*.nix] |
| 11 | indent_style = space | ||||
| 12 | indent_size = 2 | ||||
| 13 | |||||
| Peter Pentchev | ed29a6f | 2022-11-15 14:27:53 +0200 | [diff] [blame] | 14 | # Mainly for the multi-line "Description: ..." header. |
| 15 | [*.patch] | ||||
| 16 | indent_style = space | ||||
| 17 | indent_size = 1 | ||||
| 18 | |||||
| 19 | [*.pl] | ||||
| 20 | indent_style = tab | ||||
| 21 | tab_size = 8 | ||||
| 22 | |||||
| 23 | [sh/git-if-needed] | ||||
| 24 | indent_style = tab | ||||
| 25 | tab_size = 8 | ||||