marrow-cells / .prettierrc.json
lysine's picture
first commit
d0af1c9
raw
history blame contribute delete
95 Bytes
{
"singleQuote": true,
"arrowParens": "avoid",
"tabWidth": 2,
"trailingComma": "es5"
}