Files
KArtSell.Aegis/.editorconfig
T
kjh2064 dcd1322d41
ci / backend (push) Failing after 12s
ci / frontend (push) Failing after 19s
ci / static (push) Failing after 45s
Initial commit: Add project files
2026-08-02 05:15:36 +09:00

19 lines
369 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.cs]
indent_style = space
indent_size = 4
dotnet_sort_system_directives_first = true
dotnet_diagnostic.CA2007.severity = none
csharp_style_namespace_declarations = file_scoped:warning
[*.{json,yml,yaml,ts,vue,css,md}]
indent_style = space
indent_size = 2