Add repository toolchain policy

This commit is contained in:
gamer147
2026-08-03 11:54:18 -04:00
parent 51452a1686
commit cfe6b01472
5 changed files with 113 additions and 8 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,cpp,cs,h,py,ps1,sh}]
indent_style = space
indent_size = 4
[*.{csproj,json,jsonl,props,targets,toml,tscn,tres,xml,yaml,yml}]
indent_style = space
indent_size = 2
[*.{bat,cmd}]
end_of_line = crlf