container-logs/.editorconfig

12 lines
178 B
INI
Raw Normal View History

2020-11-21 09:27:06 +00:00
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
2021-04-07 19:23:37 +00:00
insert_final_newline = false
[Makefile]
indent_style = tab