1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-27 04:14:33 -04:00
notes/.prettierrc
Patrick Marsceill a586e2b8d1
prettier config
2020-04-24 00:00:47 -04:00

8 lines
108 B
Plaintext

{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}