normalize line endings to crlf, remove bom, add editorconfig

This commit is contained in:
Hanz 2025-08-18 14:24:16 -05:00
parent d80405d7c0
commit 84bd61c4e2
55 changed files with 161 additions and 145 deletions

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.csproj]
indent_size = 2
indent_style = space
[*.props]
indent_size = 2
indent_style = space