summaryrefslogtreecommitdiff
path: root/test cases/format/3 editorconfig
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-07-23Remove reference to GPL in test filesCharles Brunet
We have permission to use that file. Fixes #13442.
2024-04-08meson format commandCharles Brunet