Files
Rocketplan/.prettierrc
T
2022-11-26 01:23:44 -05:00

9 lines
143 B
Plaintext

{
"semi": true,
"trailingComma": "es5",
"printWidth": 120,
"singleQuote": true,
"arrowParens": "always",
"proseWrap": "preserve"
}