2

For example, this code snippet:

#include<math.h>

would becomes:

#include <math.h>

I read the document and googled but didn't find one.

user26742873
  • 919
  • 6
  • 21

1 Answers1

0

Seems not. But it's ok since a regex can handle this situation well.

user26742873
  • 919
  • 6
  • 21