xag / .prettierrc
ddoc's picture
Upload 51 files
6242a59
raw
history blame contribute delete
160 Bytes
{
"singleQuote": true,
"jsxSingleQuote": false,
"arrowParens": "always",
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"printWidth": 100
}