coreutils/.editorconfig

15 lines
165 B
INI
Raw Permalink Normal View History

root = true
[*]
2023-12-27 22:43:05 +00:00
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true
[*akefile]
indent_size = 2
[*.sh]
indent_size = 2