Prettier: Enforce standard line endings (#3293)

This requires lf (typical for git repos, Linux, Mac OS) rather than crlf (typical for Windows).
This commit is contained in:
Paul Melnikow
2019-04-11 20:23:40 -04:00
committed by GitHub
parent 4a85d08059
commit 2e1d47baed

View File

@@ -2,3 +2,4 @@ semi: false
singleQuote: true
trailingComma: es5
bracketSpacing: true
endOfLine: lf