Update vscode settings

This commit is contained in:
2024-09-01 19:04:13 +02:00
parent 7e3d8acf8e
commit 1c5bb8b86b

View File

@ -3,6 +3,7 @@
"editor.renderWhitespace": "trailing",
"editor.suggestSelection": "recentlyUsed",
"editor.accessibilitySupport": "off",
"explorer.confirmPasteNative": false,
"editor.tokenColorCustomizations": {
"[Visual Studio Dark]": {
@ -65,9 +66,6 @@
"python.createEnvironment.trigger": "off",
"python.languageServer": "Default",
"python.formatting.autopep8Args": [
"--ignore=E501"
],
"C_Cpp.formatting": "vcFormat",
"C_Cpp.vcFormat.space.aroundBinaryOperator": "ignore",