chore: add file_header_template copyright notice

This commit is contained in:
Timothy Schenk 2023-11-20 19:54:38 +01:00
parent 9a6a47e8f4
commit 927ec4e5a1

View file

@ -25,6 +25,7 @@ trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.cs] [*.cs]
file_header_template = // Copyright (c) 2023 Timothy Schenk. Subject to the GNU AGPL Version 3 License.
indent_size = 4 indent_size = 4
dotnet_sort_system_directives_first = true dotnet_sort_system_directives_first = true
dotnet_diagnostic.MA0007.severity = none dotnet_diagnostic.MA0007.severity = none