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

Add .clangd as a filename for YAML #7063

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tahmid-khan
Copy link

@tahmid-khan tahmid-khan commented Sep 26, 2024

This PR classifies .clangd as a name for files that use the YAML language.

Description

clangd uses YAML-formatted files with the name .clangd for its project-level configuration.

Reference: clangd’s documentation for configuration files

Also potentially of interest: JSON Schema specification for .clangd files

Checklist:

  • I am adding a new extension to a language.
    • The new extension is used in hundreds of repositories on GitHub.com
    • I have included a real-world usage sample for all extensions added in this PR:
      • Sample source(s): I wrote the sample file based on some options I commonly use.
      • Sample license(s): MIT License
    • I have included a change to the heuristics to distinguish my language from others using the same extension.

@tahmid-khan tahmid-khan requested a review from a team as a code owner September 26, 2024 19:45
Copy link
Member

@lildude lildude left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

Note: this PR will not be merged until close to when the next release is made. See here for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants