mirror of
https://github.com/scratchfoundation/scratch-link.git
synced 2024-11-15 03:15:04 -05:00
chore: clean up and simplify .editorconfig a bit
This commit is contained in:
parent
135840461f
commit
a090b3a080
1 changed files with 6 additions and 5 deletions
|
@ -7,21 +7,22 @@ charset = utf-8
|
|||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{cs,csproj,sln,xaml}]
|
||||
[*.{appxmanifest,csproj,props,sln,targets,wapproj,xaml}]
|
||||
charset = utf-8-bom
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
end_of_line = crlf
|
||||
|
||||
[*.cs]
|
||||
charset = utf-8-bom
|
||||
indent_style = space
|
||||
end_of_line = crlf
|
||||
csharp_using_directive_placement = inside_namespace
|
||||
dotnet_style_qualification_for_event = true
|
||||
dotnet_style_qualification_for_field = true
|
||||
dotnet_style_qualification_for_method = true
|
||||
dotnet_style_qualification_for_property = true
|
||||
|
||||
[*.{csproj,props,targets,wapproj}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.{html,md}]
|
||||
indent_style = space
|
||||
|
||||
|
|
Loading…
Reference in a new issue