cursor / .prettierrc
JIMMYGGG's picture
Create .prettierrc
4c46db5 verified
raw
history blame contribute delete
88 Bytes
{
"singleQuote": true,
"printWidth": 180,
"semi": true,
"trailingComma": "all"
}