summary refs log tree commit diff
path: root/.editorconfig
blob: 39f014a6d17935ced1b82459ef6376a7f44cd5fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
root = false

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.ebuild]
indent_style = tab

[*.xml]
indent_style = tab

Consider giving Nix/NixOS a try! <3