mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 10:01:54 +01:00
Update vscode settings
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user