Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit d70d219

Browse files
authored
Add copyright header template in .editorconfig (#61)
1 parent 8debf83 commit d70d219

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ root = true
33
[*]
44
charset = utf-8
55
insert_final_newline = true
6+
7+
[*.{cs,ps1,psd1,psm1}]
8+
file_header_template = Copyright (c) Microsoft Corporation.\nLicensed under the MIT License.

0 commit comments

Comments
 (0)