Skip to content

Commit 307f6b2

Browse files
committed
fix: editorconfig to avoid replacing end_of_line for warc, wet and warc
1 parent 34c6c87 commit 307f6b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.editorconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33
root = true
44

55
[*]
6-
end_of_line = lf
76
insert_final_newline = true
87

8+
[{*.warc, *.warc.wet, *.warc.wat}]
9+
insert_final_newline = false
10+
911
[*.java]
12+
end_of_line = lf
1013
charset = utf-8
1114
indent_style = space
1215
indent_size = 4
1316

1417
[Makefile]
18+
end_of_line = lf
1519
indent_style = tab
1620

1721
[*.yaml]
22+
end_of_line = lf
1823
indent_style = space
1924
indent_size = 2

0 commit comments

Comments
 (0)