Skip to content

Commit

Permalink
Update .editorconfig to use new lines at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Jan 22, 2024
1 parent 4a66b1d commit 3b58e03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[*]
charset = utf-8-bom
trim_trailing_whitespace = true
insert_final_newline = true
resharper_enforce_empty_line_at_end_of_file = true

[*.md]
indent_style = space
Expand Down Expand Up @@ -189,4 +191,4 @@ dotnet_diagnostic.IDE0070.severity = none
### SonarCloud Issues ###

# S907: Remove this use of 'goto'
dotnet_diagnostic.S907.severity = none
dotnet_diagnostic.S907.severity = none

0 comments on commit 3b58e03

Please sign in to comment.