mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2025-12-06 07:28:50 +08:00
27 lines
829 B
INI
27 lines
829 B
INI
root = true
|
|
|
|
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
spelling_exclusion_path = .\exclusion.dic
|
|
|
|
[*.csproj]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
|
|
[*.{xml,config,csproj,nuspec,props,resx,targets,yml,tasks,json}]
|
|
indent_size = 2
|
|
|
|
[*.sh]
|
|
end_of_line = lf
|
|
|
|
[*.cs]
|
|
dotnet_analyzer_diagnostic.category-Style.severity = none
|
|
csharp_style_namespace_declarations = file_scoped:silent
|
|
|
|
# Add file header
|
|
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the Apache 2.0 License\nSee the LICENSE file in the project root for more information.\nMaintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
|