summaryrefslogtreecommitdiff
path: root/mesonbuild/mformat.py
AgeCommit message (Expand)Author
2025-10-15Add --check-diff to meson format, to show what should be formattedJulianne Swinoga
2025-10-08format: fix indentation at beginning of argumentsCharles Brunet
2025-10-01format: fix handling whitespaces after string nodeCharles Brunet
2025-09-24format: Fix indentation with parenthesesCharles Brunet
2025-08-26mformat: force multiline arguments with commaCharles Brunet
2025-08-26format: do not group '--' argCharles Brunet
2025-08-01format: add --source-file-path argument for stdinCharles Brunet
2025-08-01format: use absolute paths to find .editorconfigCharles Brunet
2025-04-29Fix meson format with multi line parenthesized expressionsWill Ayd
2025-01-31mformat: try to detect meson.format in source files' parent directorieswrvsrx
2024-12-06format: allow input from stdinCharles Brunet
2024-09-06mformat: better handling of continuation linesCharles Brunet
2024-09-06mformat: detect invalid configCharles Brunet
2024-09-05mformat: regenerate long lines even if they're already multilineBenjamin Gilbert
2024-09-04mformat: provide nice error message instead of backtrace for invalid valueDylan Baker
2024-08-20mformat: A triple string with a ' in it cannot be simplifiedDylan Baker
2024-08-20format: fix indentation of commentsCharles Brunet
2024-08-19mformat: correctly handle editorconfig files without the root settingDylan Baker
2024-08-01mformat: fix formatting of empty build fileCharles Brunet
2024-07-30flake8: move unused typing-only imports to TYPE_CHECKINGEli Schwartz
2024-06-26format: fix edge case with empty functionsCharles Brunet
2024-06-19mformat: fix else token not correctly indentedCharles Brunet
2024-06-19Fix crash in meson formatCharles Brunet
2024-06-19Catch format configuration parse errorCharles Brunet
2024-04-08meson format commandCharles Brunet