chore: add file_header_template copyright notice
This commit is contained in:
parent
9a6a47e8f4
commit
927ec4e5a1
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ trim_trailing_whitespace = true
|
|||
insert_final_newline = true
|
||||
|
||||
[*.cs]
|
||||
file_header_template = // Copyright (c) 2023 Timothy Schenk. Subject to the GNU AGPL Version 3 License.
|
||||
indent_size = 4
|
||||
dotnet_sort_system_directives_first = true
|
||||
dotnet_diagnostic.MA0007.severity = none
|
||||
|
|
Loading…
Reference in a new issue