Vim/.prettierrc
renovate[bot] b6d75ca49a
Update dependency prettier to v2 (#4661)
All line endings are now unix-style (\n), and arrow functions always have parentheses around their parameters.
2020-03-26 13:02:33 -04:00

5 lines
47 B
Plaintext

{
"printWidth": 100,
"singleQuote": true
}