This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
hilde/.editorconfig

14 lines
163 B
INI
Raw Normal View History

2021-06-25 10:07:33 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = false
indent_size = 4
2021-06-25 11:00:57 +00:00
indent_style = space
2021-06-25 10:07:33 +00:00
[*.{yml,yaml}]
indent_size = 2
2021-06-25 11:00:57 +00:00
[Makefile]
indent_style = tab