blob: 26fbee54d17a27c684274b6a520ea91ad2ef115e [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
Peter Pentchev53ecf9c2022-11-15 14:42:23 +020010[*.nix]
11indent_style = space
12indent_size = 2
13
Peter Pentcheved29a6f2022-11-15 14:27:53 +020014# Mainly for the multi-line "Description: ..." header.
15[*.patch]
16indent_style = space
17indent_size = 1
18
19[*.pl]
20indent_style = tab
21tab_size = 8
22
23[sh/git-if-needed]
24indent_style = tab
25tab_size = 8