ragflow / web /.prettierrc
Starowo's picture
Upload 1411 files
b9fe2b4 verified
raw
history blame contribute delete
289 Bytes
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-packagejson"
],
"endOfLine": "lf"
}