rlcard-showdown/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"tabWidth": 4
}