lsp-server first commit

This commit is contained in:
csh
2025-06-23 20:29:48 +08:00
parent cbcff7d1b4
commit 4f5bf9d781
43 changed files with 1851 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"bracketSpacing": false,
"arrowParens": "avoid",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"proseWrap": "never",
"semi": false
}