-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow builds to succeed on Windows (#1891)
* allow builds to succeed on Windows * changelog
- Loading branch information
1 parent
86b5e64
commit c822f24
Showing
6 changed files
with
285 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# force unix-style LF (\n) line endings for source files | ||
# this is necessary for prettier's linting and sass-vars-to-js-loader | ||
*.js text eol=lf | ||
*.ts text eol=lf | ||
*.tsx text eol=lf | ||
*.scss text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.