0

How to format a line like this:

test << "a" << "b" << "c"; 

into this:

test << "a" 
     << "b"
     << "c"

using ClangFormat?

Mircea
  • 1,671
  • 7
  • 25
  • 41

0 Answers0