codex.storage/.prettierrc
2022-10-31 14:59:47 +03:30

7 lines
86 B
Plaintext

{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}