We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9e79c commit 5e1950cCopy full SHA for 5e1950c
.gitattributes
@@ -2,3 +2,13 @@
2
# files to be checked out with LF endings even if core.autocrlf is true.
3
*.patch text eol=lf
4
patches/**/.patches merge=union
5
+
6
+# Source code and markdown files should always use LF as line ending.
7
+*.cc text eol=lf
8
+*.mm text eol=lf
9
+*.h text eol=lf
10
+*.js text eol=lf
11
+*.ts text eol=lf
12
+*.py text eol=lf
13
+*.ps1 text eol=lf
14
+*.md text eol=lf
0 commit comments