Skip to content

Commit 8a55cb2

Browse files
committed
Fix windows CI issues
1 parent 4e4ceb7 commit 8a55cb2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Normalize line endings to LF on all platforms.
2+
* text=auto eol=lf
3+
14
# The following are not technically binary, but this makes it so that git does not try
25
# and treat them like normal text.
36
*.min.js binary

.prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
singleQuote: true,
33
trailingComma: 'es5',
4+
endOfLine: 'lf',
45
};

0 commit comments

Comments
 (0)