summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 2e267c7bed3c3825f2fc34e6213dea347fc285c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.py]
indent_style = space

[*.{pl,pm}]
indent_style = tab

[dh_*]
indent_style = tab