We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735ac11 commit a38e1e3Copy full SHA for a38e1e3
.gitattributes
@@ -1,6 +1,19 @@
1
# Needed for publishing of examples, build worker defaults to core.autocrlf=input.
2
* text eol=crlf
3
-*.yml eol=lf
+
4
+# YAML files should use LF (YAML standard)
5
+*.yml text eol=lf
6
+*.yaml text eol=lf
7
8
+# Markdown files should use LF (cross-platform standard)
9
+*.md text eol=lf
10
11
+# JSON files should use LF
12
+*.json text eol=lf
13
14
+# Source control files should use LF
15
+.gitignore text eol=lf
16
+.gitattributes text eol=lf
17
18
# Ensure any exe files are treated as binary
19
*.exe binary
0 commit comments