agentscope / examples /web_ui /.prettierrc
ghostdrive1's picture
Upload folder using huggingface_hub
0b9dc2e verified
Raw
History Blame Contribute Delete
180 Bytes
{
"useTabs": true,
"tabWidth": 4,
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "always"
}