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

mformat: correctly handle editorconfig files without the root setting #13571

Merged

Conversation

dcbaker
Copy link
Member

@dcbaker dcbaker commented Aug 19, 2024

Which happens when a .editorconfig is in a subdirectory, not the root. In this case we need Set the fallback value to False, which is what editorconfig expects.

Closes: #13568

Which happens when a .editorconfig is in a subdirectory, not the root.
In this case we need Set the fallback value to `False`, which is what
editorconfig expects.

Closes: mesonbuild#13568
@dcbaker dcbaker added this to the 1.5.2 milestone Aug 19, 2024
@dcbaker dcbaker requested a review from jpakkane as a code owner August 19, 2024 21:20
@eli-schwartz eli-schwartz merged commit 18f4a05 into mesonbuild:master Aug 20, 2024
33 checks passed
@dcbaker dcbaker deleted the submit/fix-mformat-missing-root branch August 20, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

meson format: --recursive causes backtrace when root is unset
2 participants