Skip to:
Run clang-modernize over something as simple as this with CRLF newlines and it will insert an additional CR before every CRLF in the file.
void foo() {int *x = 0;}
Reporter: Nikola SmiljanicE-mail: popizdeh@gmail.com
Run clang-modernize over something as simple as this with CRLF newlines and it will insert an additional CR before every CRLF in the file.
void foo() {
int *x = 0;
}
Reporter: Nikola Smiljanic
E-mail: popizdeh@gmail.com