mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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
10
meson.build
10
meson.build
|
@ -1,13 +1,13 @@
|
|||
# This is just a stub project to include all the others as subprojects
|
||||
# for development shell purposes
|
||||
|
||||
project('nix-dev-shell', 'cpp',
|
||||
project(
|
||||
'nix-dev-shell',
|
||||
'cpp',
|
||||
version : files('.version'),
|
||||
subproject_dir : 'src',
|
||||
default_options : [
|
||||
'localstatedir=/nix/var',
|
||||
],
|
||||
meson_version : '>= 1.1'
|
||||
default_options : [ 'localstatedir=/nix/var' ],
|
||||
meson_version : '>= 1.1',
|
||||
)
|
||||
|
||||
# Internal Libraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue