mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 22:50:59 +01: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:
parent
42ea2724a8
commit
6ef683cb2a
12 changed files with 54 additions and 12 deletions
|
|
@ -2,4 +2,9 @@
|
|||
|
||||
include_dirs += include_directories('../..')
|
||||
|
||||
headers += files('signals-impl.hh', 'windows-async-pipe.hh', 'windows-error.hh')
|
||||
headers += files(
|
||||
'signals-impl.hh',
|
||||
'windows-async-pipe.hh',
|
||||
'windows-error.hh',
|
||||
# hack for trailing newline
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue