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