Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document that clang-format may clobber javascript #19810

Merged
merged 3 commits into from
Jul 7, 2023
Merged

document that clang-format may clobber javascript #19810

merged 3 commits into from
Jul 7, 2023

Commits on Jul 7, 2023

  1. document that clang-format may clobber javascript

    tone_generator.c failed to compile after running through clang-format, because => changed to = >. clang-format can be disabled by putting comments around it.
    ad8e authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a56dd5d View commit details
    Browse the repository at this point in the history
  2. alternative way to turn off clang-format for EM_ASM macro

    WhitespaceSensitiveMacros
    ad8e authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5acf941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26126bf View commit details
    Browse the repository at this point in the history