dfmt
dfmt copied to clipboard
Multiline comment after the function declaration
@@ -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.