lmao (glm+qwen newest addition)

This commit is contained in:
reanon
2025-09-23 03:13:37 +02:00
commit b1ba80135a
244 changed files with 41314 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"plugins": ["prettier-plugin-ejs"],
"overrides": [
{
"files": "*.ejs",
"options": {
"printWidth": 120,
"bracketSameLine": true
}
}
],
"trailingComma": "es5"
}