dfmt icon indicating copy to clipboard operation
dfmt copied to clipboard

Multiline comment after the function declaration

Open belka-ew opened this issue 4 years ago • 0 comments

@@ -1,5 +1,4 @@
-void d()
-/**
+void d() /**
  */
 {
 }

--keep_line_breaks is affected as well. It is a viable formatting for single line comments, but multiline comments look ugly.

belka-ew avatar Feb 19 '21 13:02 belka-ew