Files
ClassicOS/.editorconfig
2026-01-18 10:18:23 +01:00

13 lines
171 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
indent_size = 8
tab_width = 8