1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 14:30:43 +00: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"
}