generator: set adjustMultilineComment to false when compact is true - fixes #2008
This commit is contained in:
parent
afacd62738
commit
1abaf66ac2
@ -67,6 +67,10 @@ class CodeGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
if (format.compact) {
|
||||
format.indent.adjustMultilineComment = false;
|
||||
}
|
||||
|
||||
return format;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user