We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87be8e commit f118ce6Copy full SHA for f118ce6
1 file changed
.gitattributes
@@ -0,0 +1,12 @@
1
+# Enforce LF line endings across all platforms
2
+* text=auto eol=lf
3
+
4
+# Explicitly mark text files
5
+*.ts text eol=lf
6
+*.json text eol=lf
7
+*.md text eol=lf
8
+*.yml text eol=lf
9
+*.yaml text eol=lf
10
11
+# Binary files
12
+*.png binary
0 commit comments