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

[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[PKGBUILD]
indent_size = 4
indent_style = space