mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
flake: Add meson formatter
This adds a meson.format file that mostly mirrors the projects meson style and a pre-commit hook to enforce this style. Some low-diff files are formatted.
This commit is contained in:
parent
371fcf91c3
commit
93a42a5971
18 changed files with 152 additions and 52 deletions
|
@ -1,9 +1,5 @@
|
|||
# Public headers directory
|
||||
|
||||
include_dirs = [include_directories('../../..')]
|
||||
include_dirs = [ include_directories('../../..') ]
|
||||
|
||||
headers = files(
|
||||
'libexpr.hh',
|
||||
'nix_api_expr.hh',
|
||||
'value/context.hh',
|
||||
)
|
||||
headers = files('libexpr.hh', 'nix_api_expr.hh', 'value/context.hh')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue