2D-GameCreator / .prettierrc
pixelass's picture
feat: initial prototype
a86df80 unverified
raw
history blame
202 Bytes
{
"trailingComma": "es5",
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "always"
}