Files
newt/.editorconfig
2026-03-07 21:33:12 -08:00

12 lines
205 B
INI

# https://editorconfig.org/
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab