Add file_header_template to .editorconfig file

This commit is contained in:
Leaf Shi 2023-07-31 03:15:46 -07:00
Родитель 7c550aa92e
Коммит f8c5d1a8dc
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,11 @@ indent_size = 4
[*.json]
indent_size = 2
# C# and VB files
[src/**/*.{cs,vb}]
charset = utf-8-bom
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\nSee the LICENSE file in the project root for more information.
# C# and VB files
[*.{cs,vb}]
charset = utf-8-bom