From f719805e0194eb2fc54540275ba219e1b8a0ba99 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Tue, 29 Apr 2025 13:44:15 +0800 Subject: [PATCH] fix: remove license header in editorconfig --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 038b240..31f016d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -152,9 +152,6 @@ csharp_space_between_method_declaration_parameter_list_parentheses = false csharp_space_between_parentheses = false csharp_space_between_square_brackets = false -# License header -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. - # C++ Files [*.{cpp,h,in}] curly_bracket_next_line = true