diff --git a/.editorconfig b/.editorconfig index 3381f56..4b9dd10 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,7 @@ indent_size = 2 [*.cs] indent_size = 4 +file_header_template = Copyright (c) homuler and Vignette\nThis file is part of MediaPipe.NET.\nMediaPipe.NET is licensed under the MIT License. See LICENSE for details. # Namespace match folder dotnet_style_namespace_match_folder = true