From 080cdb54c92e0238f3a9ccf8795db1cd1479b962 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Sun, 21 Jul 2024 17:33:36 +0100 Subject: [PATCH] Add file_header_template Add `file_header_template` to EditorConfig. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 35d3e51b..ed3aed31 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,3 @@ - root = true [*] @@ -17,6 +16,7 @@ end_of_line = lf # Code files [*.{cs,csx,vb,vbx}] +file_header_template = Copyright (c) Martin Costello, 2019. All rights reserved.\nLicensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. indent_size = 4 insert_final_newline = true charset = utf-8-bom