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

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

[tests/shadow/shadow.data.template/hosts/**/*{key,cert}*]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset