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 f978bae commit e866df3Copy full SHA for e866df3
.gitattributes
@@ -3,8 +3,3 @@
3
4
# Set svg to binary type, as SVG is unlikely to be editted by hand. Can be treated as checked in blob
5
*.svg binary
6
-
7
-# .gitattributes in project root
8
-# npm now seems to be insisting on LF - see https://github.com/npm/npm/issues/17161
9
-package.json text eol=lf
10
-package-lock.json text eol=lf
package.json
@@ -111,6 +111,7 @@
111
"test": "vscode-test"
112
},
113
"prettier": {
114
+ "endOfLine": "auto",
115
"plugins": [
116
"prettier-plugin-organize-imports"
117
]
0 commit comments