* add decrease and increase indent patterns for cpp
* adding new line with line comment on next line from within languages that use double slash for line comment
Add some onEnterRules to Java language configuration to add the usual
prefix (` * `)
when inserting a new line in Javadoc.
Those were actually copied from typescript language configuration which
shares the
same syntax for comments.