pinmenote-extension/.prettierrc.json

8 lines
113 B
JSON
Raw Normal View History

2022-12-17 22:55:05 +01:00
{
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "auto",
"semi": true,
"printWidth": 120
}