mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 18:11:52 +01:00
Update vscode settings
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
"editor.renderWhitespace": "trailing",
|
"editor.renderWhitespace": "trailing",
|
||||||
"editor.suggestSelection": "recentlyUsed",
|
"editor.suggestSelection": "recentlyUsed",
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
|
"explorer.confirmPasteNative": false,
|
||||||
|
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"[Visual Studio Dark]": {
|
"[Visual Studio Dark]": {
|
||||||
@ -65,9 +66,6 @@
|
|||||||
|
|
||||||
"python.createEnvironment.trigger": "off",
|
"python.createEnvironment.trigger": "off",
|
||||||
"python.languageServer": "Default",
|
"python.languageServer": "Default",
|
||||||
"python.formatting.autopep8Args": [
|
|
||||||
"--ignore=E501"
|
|
||||||
],
|
|
||||||
|
|
||||||
"C_Cpp.formatting": "vcFormat",
|
"C_Cpp.formatting": "vcFormat",
|
||||||
"C_Cpp.vcFormat.space.aroundBinaryOperator": "ignore",
|
"C_Cpp.vcFormat.space.aroundBinaryOperator": "ignore",
|
||||||
|
|||||||
Reference in New Issue
Block a user