"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2bce8006d5ad9a54aa38f787a6e269b449a06f0b"
[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