Fix line endings for electron-webpack.json5

This commit is contained in:
Christopher Willis-Ford 2019-07-11 16:16:12 -07:00
parent d34f94b55d
commit ee55d2b16f

1
.gitattributes vendored
View file

@ -12,6 +12,7 @@
*.js text eol=lf *.js text eol=lf
*.js.map text eol=lf *.js.map text eol=lf
*.json text eol=lf *.json text eol=lf
*.json5 text eol=lf
*.jsx text eol=lf *.jsx text eol=lf
*.md text eol=lf *.md text eol=lf
*.plist text eol=lf *.plist text eol=lf