Files
shields/.prettierrc.yml
Paul Melnikow 2e1d47baed Prettier: Enforce standard line endings (#3293)
This requires lf (typical for git repos, Linux, Mac OS) rather than crlf (typical for Windows).
2019-04-11 20:23:40 -04:00

6 lines
84 B
YAML

semi: false
singleQuote: true
trailingComma: es5
bracketSpacing: true
endOfLine: lf