Skip to content

Commit

Permalink
[repo] Add copyright header template to .editorconfig (#5206)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Jan 10, 2024
1 parent aaae273 commit d0620e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ trim_trailing_whitespace = true
[*.{cs,cshtml,htm,html,md,py,sln,xml}]
indent_size = 4

###############################
# Copyright header #
###############################
[*.cs]
file_header_template = Copyright The OpenTelemetry Authors\nSPDX-License-Identifier: Apache-2.0

###############################
# .NET Coding Conventions #
###############################
Expand Down

0 comments on commit d0620e6

Please sign in to comment.