Files
theia-code-os/.theia/settings.json
mawkone 8bb5110148
Some checks failed
Playwright Tests / Playwright Tests (ubuntu-22.04, Node.js 22.x) (push) Has been cancelled
3PP License Check / 3PP License Check (11, 22.x, ubuntu-22.04) (push) Has been cancelled
Publish packages to NPM / Perform Publishing (push) Has been cancelled
deploy: current vibn theia state
Made-with: Cursor
2026-02-27 12:01:08 -08:00

24 lines
581 B
JSON

{
"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
},
}