tauri/.prettierrc

6 lines
70 B
Plaintext
Raw Permalink Normal View History

{
"singleQuote": true,
"semi": false,
"trailingComma": "none"
}