Skip to content

Commit

Permalink
Update EOL settings in .editorconfig to match .gitattriutes
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed May 31, 2024
1 parent 0d3d746 commit 09a3f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ indent_size = 4
tab_width = 4

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

#### .NET Coding Conventions ####
[*.{cs,vb}]
Expand Down

0 comments on commit 09a3f64

Please sign in to comment.