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 1051181 commit 3cc7b93Copy full SHA for 3cc7b93
1 file changed
.gitattributes
@@ -0,0 +1,32 @@
1
+* text=auto
2
+*.css linguist-vendored
3
+*.scss linguist-vendored
4
+
5
+# Enforce checkout with linux lf consistent over all platforms
6
+*.html text eol=lf
7
+*.css text eol=lf
8
+*.tmpl text eol=lf
9
+*.less text eol=lf
10
+*.scss text eol=lf
11
+*.js text eol=lf
12
+*.json text eol=lf
13
+*.php text eol=lf
14
+*.rst text eol=lf
15
+*.md text eol=lf
16
+*.yml text eol=lf
17
+*.yaml text eol=lf
18
+*.ts text eol=lf
19
+*.typoscript text eol=lf
20
+*.xlf text eol=lf
21
+*.sh text eol=lf
22
+*.sql text eol=lf
23
+*.txt text eol=lf
24
25
+/.* export-ignore
26
+/Build export-ignore
27
+/Documentation export-ignore
28
+/Tests export-ignore
29
+/CODE_OF_CONDUCT.md export-ignore
30
+/CONTRIBUTING.md export-ignore
31
+/phpstan.neon export-ignore
32
+/phpstan-baseline.neon export-ignore
0 commit comments