mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Check if a whitespace is followed by a leading asterisk and if so, remove the whitespaces between the last newline character and the asterisk from the whitespace. GitOrigin-RevId: 605753eeb1f894f1bd0da97203ab167ff6aa09d7
14 lines
223 B
Java
14 lines
223 B
Java
|
|
/**
|
|
* Some comment
|
|
* <pre>
|
|
* ---------
|
|
* PRE-block1
|
|
* PRE-block2
|
|
* PRE-block3
|
|
* PRE-block4
|
|
* ---------
|
|
* </pre>
|
|
*/
|
|
class Main {
|
|
} |