Clinical-DataBase-Analysis / .prettierrc.json
prithivMLmods's picture
Create .prettierrc.json
c855617 verified
raw
history blame contribute delete
94 Bytes
{
"singleQuote": true,
"arrowParens": "avoid",
"tabWidth": 2,
"trailingComma": "es5"
}