Files
hiload/3rd/str/.editorconfig
2025-03-19 22:04:23 +02:00

12 lines
157 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[Makefile]
indent_size = 8