Skip to content

Commit 9e4638b

Browse files
ptr727claude
andcommitted
Add the global editorconfig CRLF default
Set end_of_line = crlf on the [*] block so every file type has a defined ending, matching the fleet template. Per-type CRLF rules and .gitattributes LF pins unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
1 parent a8ac2dc commit 9e4638b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ root = true
1616
# Defaults
1717
[*]
1818
charset = utf-8
19+
end_of_line = crlf
1920
indent_size = 4
2021
indent_style = space
2122
insert_final_newline = true

0 commit comments

Comments
 (0)