fe / .prettierrc
3v324v23's picture
up
5445d68
raw
history blame
188 Bytes
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "always"
}