Skip to content

Commit

Permalink
Add licence header template to editorconfig (NuGet#3546)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan authored Jul 31, 2020
1 parent 9d476f1 commit ad08bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ dotnet_style_explicit_tuple_names = true:suggestion
dotnet_style_coalesce_expression = true:suggestion
dotnet_style_null_propagation = true:suggestion

; Licence header
file_header_template = Copyright (c) .NET Foundation. All rights reserved.\nLicensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

; CSharp code style settings
[*.cs]
; IDE0007 'var' preferences
Expand Down

0 comments on commit ad08bc7

Please sign in to comment.