summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 03a5d0d0243b8cb25ebd831c9ec292f152212506 (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,KS_hs,KP_hs}*]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset