vscode changes

This commit is contained in:
2024-08-21 01:24:33 +02:00
parent acd6b00420
commit 2a6d2cbb4d
2 changed files with 36 additions and 0 deletions

View File

@ -95,5 +95,13 @@
"editor.tabSize": 2,
"emmet.showAbbreviationSuggestions": false,
"editor.linkedEditing": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
}
},
"hexeditor.columnWidth": 4,
"hexeditor.showDecodedText": true,
"hexeditor.defaultEndianness": "little",
"hexeditor.inspectorType": "aside",
"typst-lsp.exportPdf": "onType",
}