From 927ec4e5a149c1ba4a424d47691e2102cc62d481 Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Mon, 20 Nov 2023 19:54:38 +0100 Subject: [PATCH] chore: add file_header_template copyright notice --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index df2027d..14ff673 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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