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.
Below provided settings.json snippet, when added to settings.json leads to no
*symbol being added after newline.Without these configurations, I get unwanted behaviour where an indent is inserted before the
*symbol on a javadoc newline.