medicalaiapp / sam2 /demo /frontend /.prettierrc.json
pascal-maker's picture
Upload folder using huggingface_hub
92189dd verified
raw
history blame contribute delete
171 Bytes
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"endOfLine": "auto"
}