monkastremio / .prettierrc
brunner56's picture
implement app
0bfe2e3
raw
history blame contribute delete
106 Bytes
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"endOfLine": "lf"
}