mirror of
https://github.com/scratchfoundation/scratch-link.git
synced 2024-11-14 19:05:03 -05:00
35 lines
735 B
INI
35 lines
735 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{appxmanifest,csproj,props,pubxml,sln,targets,wapproj,xaml}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
end_of_line = crlf
|
|
|
|
[*.cs]
|
|
indent_size = 4
|
|
indent_style = space
|
|
end_of_line = crlf
|
|
csharp_using_directive_placement = inside_namespace
|
|
dotnet_code_quality.CA1826.exclude_ordefault_methods = true
|
|
dotnet_style_qualification_for_event = true
|
|
dotnet_style_qualification_for_field = true
|
|
dotnet_style_qualification_for_method = true
|
|
dotnet_style_qualification_for_property = true
|
|
|
|
[*.{html,md}]
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[*.sh]
|
|
indent_size = 4
|
|
indent_style = tab
|
|
|
|
[*.{yaml,yml}]
|
|
indent_size = 2
|
|
indent_style = space
|