mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-19 22:21:04 +08:00
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"proseWrap": "never",
|
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
|
|
"plugins": [],
|
|
"endOfLine": "lf"
|
|
}
|