Files
UT-Registration-Plus/.editorconfig
2025-12-17 13:50:47 -06:00

13 lines
183 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,yaml,yml}]
indent_size = 2