sphinx-relay/.prettierrc
2021-07-21 22:29:12 -05:00

7 lines
106 B
Text

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 80
}