lsd/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2023-02-02 14:06:26 +00:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}