secret-llama-whisper / .prettierrc
reidmen's picture
pushing a huggingface compatible version
db376fe
raw
history blame contribute delete
188 Bytes
{
"semi": true,
"tabWidth": 4,
"printWidth": 80,
"singleQuote": false,
"trailingComma": "all",
"jsxSingleQuote": true,
"bracketSpacing": true,
"endOfLine":"auto"
}