跳转至

PPIndentWidth

PPIndentWidth (Integer)

Info

clang-format 14

用于缩进预处理器语句的列数。 当设置为 -1(默认)时,IndentWidth 也用于预处理器语句。

PPIndentWidth: 1
#ifdef __linux__
# define FOO
#else
# define BAR
#endif

最后更新: 2022-10-31