dockerfile/examples/standardnotes/official-src/server-main/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

2024-03-15 14:52:38 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": false
}