Skip to content

Instantly share code, notes, and snippets.

@nitrix
Created January 10, 2021 22:17
Show Gist options
  • Save nitrix/a021d0e4e16e38bbec88946311b6f8b1 to your computer and use it in GitHub Desktop.
Save nitrix/a021d0e4e16e38bbec88946311b6f8b1 to your computer and use it in GitHub Desktop.
LLVM's clang-format nondeterministic bug
---
IndentCaseLabels: 'true'
IndentWidth: '4'

...
void foo(void) {
    // clang-format off
    #define BAR 42
    // clang-format on
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment