mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(code-server): start auto docstring on newline
This commit is contained in:
parent
0452863608
commit
31779252cf
1 changed files with 2 additions and 1 deletions
|
|
@ -32,5 +32,6 @@
|
|||
"window.customMenuBarAltFocus": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true
|
||||
"files.trimFinalNewlines": true,
|
||||
"autoDocstring.startOnNewLine": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue