mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
15 lines
313 B
INI
15 lines
313 B
INI
# 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
|
|
|
|
[*.scss]
|
|
indent_size = 2
|