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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/86
This commit is contained in:
Victor Westerlund 2025-12-21 13:13:47 +01:00
parent 0452863608
commit 1f540d1b20

View file

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