Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
upd - Updated copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Dec 10, 2023
1 parent 8e7bcea commit cea1c1f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
file_header_template = Copyright Drew Noakes. Licensed under the Apache-2.0 license. See the LICENSE file for more details.\nCopyright 2023-2024 - Aptivi. Licensed under the Apache-2.0 license. See the LICENSE file for more details.

# IDE0060: Remove unused parameter
dotnet_diagnostic.IDE0060.severity = warning
Expand All @@ -27,3 +28,21 @@ end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 2

[*.xml]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 2

[*.json]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.yml]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 2

0 comments on commit cea1c1f

Please sign in to comment.