Skip to content

chore: init setup for clang tidy#982

Draft
mdydek wants to merge 1 commit intomainfrom
chore/clang-tidy-setup
Draft

chore: init setup for clang tidy#982
mdydek wants to merge 1 commit intomainfrom
chore/clang-tidy-setup

Conversation

@mdydek
Copy link
Contributor

@mdydek mdydek commented Mar 11, 2026

Closes #

⚠️ Breaking changes ⚠️

Introduced changes

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added/Conducted relevant tests
  • Performed self-review of the code
  • Updated Web Audio API coverage
  • Added support for web
  • Updated old arch android spec file

@mdydek mdydek added the chore label Mar 11, 2026
Copy link
Contributor

@closetcaiman closetcaiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we plan to use clangd and clang-format extensions, it will be useful to add .vscode/extensions.json with proper recommendations:

{
  "recommendations": [
    "xaver.clang-format",
    "llvm-vs-code-extensions.vscode-clangd",
  ]
}

in order to exclude this from .gitignore you can change the rules to:

# VSCode
.vscode/*
jsconfig.json
!.vscode/extensions.json

You can add any other extensions that are used in the project as recommended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants