Gerhard Gappmeier 6f605b8d0b [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
2021-06-03 17:55:11 +02:00
..
2021-02-01 16:43:21 +05:30
2020-04-06 18:58:27 -04:00
2020-03-22 22:49:33 +01:00
2021-02-01 16:43:21 +05:30
2021-04-22 05:26:07 -07:00

See llvm/docs/README.txt