We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4ceb7 commit 8a55cb2Copy full SHA for 8a55cb2
2 files changed
.gitattributes
@@ -1,3 +1,6 @@
1
+# Normalize line endings to LF on all platforms.
2
+* text=auto eol=lf
3
+
4
# The following are not technically binary, but this makes it so that git does not try
5
# and treat them like normal text.
6
*.min.js binary
.prettierrc.js
@@ -1,4 +1,5 @@
module.exports = {
singleQuote: true,
trailingComma: 'es5',
+ endOfLine: 'lf',
};
0 commit comments