Skip to content

Commit

Permalink
Update .editorconfig newline prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Jul 22, 2024
1 parent b9e111d commit a9bc6cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tab_width = 4

# New line preferences
end_of_line = crlf
insert_final_newline = false
insert_final_newline = true

#### .NET Coding Conventions ####

Expand Down Expand Up @@ -256,4 +256,7 @@ dotnet_style_parentheses_in_other_operators = never_if_unnecessary:suggestion
dotnet_style_qualification_for_field = false:suggestion
dotnet_style_qualification_for_property = false:suggestion
dotnet_style_qualification_for_event = false:suggestion
dotnet_style_qualification_for_method = false:suggestion
dotnet_style_qualification_for_method = false:suggestion

[*.{razor,js,css,html}]
insert_final_newline = true

0 comments on commit a9bc6cc

Please sign in to comment.