deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
23
.theia/settings.json
Normal file
23
.theia/settings.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": true,
|
||||
"[typescript]": {
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[json]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"clang-format.language.typescript.enable": false,
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "davidanson.vscode-markdownlint"
|
||||
},
|
||||
"markdownlint.config": {
|
||||
"MD032": false, // don't require blank line around lists
|
||||
"MD033": false, // allow inline html
|
||||
"MD041": false // don't require h1 in first line
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user