【发布时间】:2021-05-17 18:19:14
【问题描述】:
比如这段代码sn -p:
#include<math.h>
会变成:
#include <math.h>
我阅读了文档并在 Google 上搜索,但没有找到。
【问题讨论】:
标签: astyle
比如这段代码sn -p:
#include<math.h>
会变成:
#include <math.h>
我阅读了文档并在 Google 上搜索,但没有找到。
【问题讨论】:
标签: astyle
好像没有。但是没关系,因为正则表达式可以很好地处理这种情况。
【讨论】: