1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-06 17:14:17 -04:00
notes/.prettierrc
2020-04-24 15:17:14 -04:00

9 lines
109 B
Plaintext

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