Add header template

This commit is contained in:
Speykious
2022-01-15 02:28:22 +01:00
parent bfb782110f
commit fc74c530ac

View File

@ -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