Files
Rocketplan/.prettierrc
T

9 lines
143 B
Plaintext
Raw Normal View History

2022-11-26 01:23:44 -05:00
{
"semi": true,
"trailingComma": "es5",
"printWidth": 120,
"singleQuote": true,
"arrowParens": "always",
"proseWrap": "preserve"
}