Files
UT-Registration-Plus/.editorconfig
2025-06-08 23:16:43 -05:00

13 lines
172 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space
[*.nix]
indent_size = 2