index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mformat.py
Age
Commit message (
Expand
)
Author
2025-10-15
Add --check-diff to meson format, to show what should be formatted
Julianne Swinoga
2025-10-08
format: fix indentation at beginning of arguments
Charles Brunet
2025-10-01
format: fix handling whitespaces after string node
Charles Brunet
2025-09-24
format: Fix indentation with parentheses
Charles Brunet
2025-08-26
mformat: force multiline arguments with comma
Charles Brunet
2025-08-26
format: do not group '--' arg
Charles Brunet
2025-08-01
format: add --source-file-path argument for stdin
Charles Brunet
2025-08-01
format: use absolute paths to find .editorconfig
Charles Brunet
2025-04-29
Fix meson format with multi line parenthesized expressions
Will Ayd
2025-01-31
mformat: try to detect meson.format in source files' parent directories
wrvsrx
2024-12-06
format: allow input from stdin
Charles Brunet
2024-09-06
mformat: better handling of continuation lines
Charles Brunet
2024-09-06
mformat: detect invalid config
Charles Brunet
2024-09-05
mformat: regenerate long lines even if they're already multiline
Benjamin Gilbert
2024-09-04
mformat: provide nice error message instead of backtrace for invalid value
Dylan Baker
2024-08-20
mformat: A triple string with a ' in it cannot be simplified
Dylan Baker
2024-08-20
format: fix indentation of comments
Charles Brunet
2024-08-19
mformat: correctly handle editorconfig files without the root setting
Dylan Baker
2024-08-01
mformat: fix formatting of empty build file
Charles Brunet
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2024-06-26
format: fix edge case with empty functions
Charles Brunet
2024-06-19
mformat: fix else token not correctly indented
Charles Brunet
2024-06-19
Fix crash in meson format
Charles Brunet
2024-06-19
Catch format configuration parse error
Charles Brunet
2024-04-08
meson format command
Charles Brunet