ollama/.prettierrc.json

11 lines
179 B
JSON
Raw Normal View History

2023-06-22 16:45:31 +00:00
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
}