[clang-format] Add PPIndentWidth option
This allows to set a different indent width for preprocessor statements. Example: #ifdef __linux_ # define FOO #endif int main(void) { return 0; } Differential Revision: https://reviews.llvm.org/D103286
Loading
Please register or sign in to comment