1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Restore multiline formatting of lists in meson files

Applies a workaround to enforce multiline formatting
of lists to reduce code churn introduced in 93a42a5971.
This commit is contained in:
Sergei Zimmerman 2025-06-20 23:12:36 +03:00
parent 42ea2724a8
commit 6ef683cb2a
No known key found for this signature in database
GPG key ID: A9B0B557CA632325
12 changed files with 54 additions and 12 deletions

View file

@ -6,7 +6,10 @@ project(
'cpp',
version : files('.version'),
subproject_dir : 'src',
default_options : [ 'localstatedir=/nix/var' ],
default_options : [
'localstatedir=/nix/var',
# hack for trailing newline
],
meson_version : '>= 1.1',
)