wabbajack/Wabbajack.App.Blazor/.editorconfig

15 lines
313 B
INI
Raw Normal View History

# All files
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
# C# and Razor files
[*.{cs,razor}]
# RZ10012: Markup element with unexpected name.
# Reason: The component namespace is added to the global _Imports.razor file.
dotnet_diagnostic.RZ10012.severity = none
2022-01-20 08:34:38 +00:00
[*.scss]
indent_size = 2