mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01: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
7
meson.format
Normal file
7
meson.format
Normal file
|
@ -0,0 +1,7 @@
|
|||
indent_by = ' '
|
||||
space_array = true
|
||||
kwargs_force_multiline = false
|
||||
wide_colon = true
|
||||
group_arg_value = true
|
||||
indent_before_comments = ' '
|
||||
use_editor_config = true
|
Loading…
Add table
Add a link
Reference in a new issue