CoastalCommitsPastes/client/.prettierrc

7 lines
91 B
Text
Raw Normal View History

2022-03-23 18:34:23 -04:00
{
"semi": false,
"trailingComma": "none",
"singleQuote": false,
"printWidth": 80
}