lightrag / lightrag_webui /.prettierrc.json
ArnoChen
move lightrag_webui folder to top directory
f1e780e
raw
history blame
233 Bytes
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"endOfLine": "crlf",
"plugins": ["prettier-plugin-tailwindcss"]
}