LightRAG/lightrag_webui/.prettierrc.json
2025-02-13 17:29:51 +08:00

11 lines
233 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"endOfLine": "crlf",
"plugins": ["prettier-plugin-tailwindcss"]
}