mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02: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. |
||
---|---|---|
.. | ||
main.cc | ||
meson.build | ||
README.md |
A very simple C++ consumer of the libstore library.
- Keep it simple. Library consumers expect something simple.
- No build hook, or any other reinvocations.
- No more global state than necessary.