mirror of
https://github.com/NixOS/nix.git
synced 2025-10-14 02:19:32 +08:00

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.
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
indent_by = ' '
|
|
space_array = true
|
|
kwargs_force_multiline = false
|
|
wide_colon = true
|
|
group_arg_value = true
|
|
indent_before_comments = ' '
|
|
use_editor_config = true
|