Files
CHOMPStation2/.editorconfig
2025-07-21 22:37:45 +02:00

13 lines
194 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{dm,json,md}]
indent_style = tab