summaryrefslogtreecommitdiff
path: root/test cases/format/3 editorconfig/meson.build
AgeCommit message (Collapse)Author
2024-08-19mformat: correctly handle editorconfig files without the root settingDylan Baker
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
2024-04-08meson format commandCharles Brunet