mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-06-26 22:00:19 +00:00
11 lines
233 B
JSON
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"]
|
|
}
|