meridian-ml-service / .prettierrc
yunlonggong's picture
Initial project upload
1b44660
raw
history blame contribute delete
292 Bytes
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"printWidth": 120,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}