Files
jspg/.editorconfig
2025-04-14 16:11:44 -04:00

11 lines
143 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{json,toml,control,rs}]
charset = utf-8
indent_style = space
indent_size = 2