Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ dotnet_diagnostic.VSTHRD111.severity = warning
# Do not pass literals as localized parameters, globalization is not used
dotnet_diagnostic.CA1303.severity = none

# IDE0073: Require file header
dotnet_diagnostic.IDE0073.severity = warning
file_header_template = Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT License.

# C++ Files
[*.{cpp,h,in}]
curly_bracket_next_line = true
Expand Down