Skip to content

Commit

Permalink
.editorconfig: Set line ending to CRLF
Browse files Browse the repository at this point in the history
diff --git a/.editorconfig b/.editorconfig
index 1d2259154e48..60f8659fdf79 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,7 +6,7 @@ root = true

 # Unix-style newlines with a newline ending every file, utf-8 charset
 [*]
-end_of_line = lf
+end_of_line = crlf
 insert_final_newline = true
 trim_trailing_whitespace = true
 charset = utf-8
  • Loading branch information
infinisil committed Oct 10, 2024
1 parent e694240 commit 6be14bd
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
Expand Up @@ -6,7 +6,7 @@ root = true

# Unix-style newlines with a newline ending every file, utf-8 charset
[*]
end_of_line = lf
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
Expand Down

0 comments on commit 6be14bd

Please sign in to comment.