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

filetype: add 'Config.in' filetype detection #14038

Closed
wants to merge 1 commit into from

Commits on Feb 14, 2024

  1. filetype: add 'Config.in' filetype detection

    The 'Config.in' file type is for Buildroot configuration files.
    Buildroot Config.in files use the same Kconfig backend as the Linux
    kernel's Kconfig files.
    
    Buildroot also has other filename variants that follow "Config.in.*",
    they are used to distinguish multiple Config.in files in the same
    directory.
    
    See https://buildroot.org/downloads/manual/manual.html#_literal_config_in_literal_file
    blmaier committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1304498 View commit details
    Browse the repository at this point in the history