[repo] Add copyright header template to .editorconfig (#5206)
This commit is contained in:
parent
aaae273d81
commit
d0620e6f0f
|
|
@ -13,6 +13,12 @@ trim_trailing_whitespace = true
|
||||||
[*.{cs,cshtml,htm,html,md,py,sln,xml}]
|
[*.{cs,cshtml,htm,html,md,py,sln,xml}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
###############################
|
||||||
|
# Copyright header #
|
||||||
|
###############################
|
||||||
|
[*.cs]
|
||||||
|
file_header_template = Copyright The OpenTelemetry Authors\nSPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
# .NET Coding Conventions #
|
# .NET Coding Conventions #
|
||||||
###############################
|
###############################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue