Open
Description
Below provided settings.json snippet, when added to settings.json leads to no *
symbol being added after newline.
"[java]": {
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.autoIndent": "none"
}
Without these configurations, I get unwanted behaviour where an indent is inserted before the *
symbol on a javadoc newline.
Metadata
Metadata
Assignees
Labels
No labels