Style: Unify formatting, add .editorconfig (#88)

This commit is contained in:
Thaddeus Crews
2024-07-28 16:28:09 -05:00
committed by GitHub
parent 375cec369a
commit b8827a41b2
12 changed files with 364 additions and 310 deletions

23
.editorconfig Normal file
View File

@@ -0,0 +1,23 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.{csproj,sln}]
charset = utf-8-bom
end_of_line = crlf
[*.{cs,py}]
indent_style = space
[*.{csproj,yml,yaml}]
indent_size = 2
indent_style = space
[*.md]
trim_trailing_whitespace = false