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 12:07:33 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = false
indent_size = 4
2021-06-25 13:00:57 +02:00
indent_style = space
2021-06-25 12:07:33 +02:00
[*.{yml,yaml}]
indent_size = 2
2021-06-25 13:00:57 +02:00
[Makefile]
indent_style = tab