eruda-dom / prettier.config.js
soiz1's picture
Upload folder using huggingface_hub
3fe7ea8 verified
raw
history blame contribute delete
71 Bytes
module.exports = {
singleQuote: true,
tabWidth: 2,
semi: false
}