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 (#86)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/86
This commit is contained in:
parent
0452863608
commit
1f540d1b20
1 changed files with 2 additions and 1 deletions
|
|
@ -32,5 +32,6 @@
|
||||||
"window.customMenuBarAltFocus": false,
|
"window.customMenuBarAltFocus": false,
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
"files.trimFinalNewlines": true
|
"files.trimFinalNewlines": true,
|
||||||
|
"autoDocstring.startOnNewLine": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue