Skip to content

Commit

Permalink
Add file_header_template
Browse files Browse the repository at this point in the history
Add `file_header_template` to EditorConfig.
  • Loading branch information
martincostello committed Jul 21, 2024
1 parent 2759942 commit 080cdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

root = true

[*]
Expand All @@ -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
Expand Down

0 comments on commit 080cdb5

Please sign in to comment.