mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[Dev]Automatically add header to .cs files (#28427)
This commit is contained in:
committed by
GitHub
parent
ebd051ff61
commit
3253df782a
@@ -1,5 +1,7 @@
|
|||||||
[*.cs]
|
[*.cs]
|
||||||
|
|
||||||
|
file_header_template = Copyright (c) Microsoft Corporation\r\nThe Microsoft Corporation licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
# SA1201: Elements should appear in the correct order
|
# SA1201: Elements should appear in the correct order
|
||||||
dotnet_diagnostic.SA1201.severity = none
|
dotnet_diagnostic.SA1201.severity = none
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user