docs/.editorconfig

19 lines
221 B
INI
Raw Permalink Normal View History

2024-12-08 01:31:54 +00:00
root = true
[Containerfile]
charset = utf8
indent_style = tab
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 2
[*.md]
indent_style = space
indent_size = 2
[*]
end_of_line = lf
insert_final_newline = true