fix(code-server): start auto docstring on newline

This commit is contained in:
Victor Westerlund 2025-12-21 13:13:05 +01:00
parent 0452863608
commit 31779252cf
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -32,5 +32,6 @@
"window.customMenuBarAltFocus": false,
"diffEditor.ignoreTrimWhitespace": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
"files.trimFinalNewlines": true,
"autoDocstring.startOnNewLine": true
}