1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 13:11:00 +01:00
nix/src/libutil
Sergei Zimmerman 95d9c13716
Apply clang-format universally.
* It is tough to contribute to a project that doesn't use a formatter,
* It is extra hard to contribute to a project which has configured the formatter, but ignores it for some files
* Code formatting makes it harder to hide obscure / weird bugs by accident or on purpose,

Let's rip the bandaid off?

Note that PRs currently in flight should be able to be merged relatively easily by applying `clang-format` to their tip prior to merge.

Co-authored-by: Graham Christensen <graham@grahamc.com>
2025-07-18 22:26:03 +03:00
..
freebsd Apply clang-format universally. 2025-07-18 22:26:03 +03:00
include/nix/util Apply clang-format universally. 2025-07-18 22:26:03 +03:00
linux Apply clang-format universally. 2025-07-18 22:26:03 +03:00
signature Apply clang-format universally. 2025-07-18 22:26:03 +03:00
unix Apply clang-format universally. 2025-07-18 22:26:03 +03:00
widecharwidth Apply clang-format universally. 2025-07-18 22:26:03 +03:00
windows Apply clang-format universally. 2025-07-18 22:26:03 +03:00
.version Build nix-util with Meson 2024-06-12 18:31:02 -04:00
archive.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
args.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
canon-path.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
compression.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
compute-levels.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
config-global.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
configuration.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
current-process.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
english.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
environment-variables.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
error.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
executable-path.cc Drop fs alias in favour of std::filesystem 2025-05-01 14:24:34 +02:00
exit.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
experimental-features.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
file-content-address.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
file-descriptor.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
file-system.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
fs-sink.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
git.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
hash.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
hilite.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
json-utils.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
logging.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
memory-source-accessor.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
meson.build Drop guessOrInventPathFromFD() 2025-06-22 16:48:34 +02:00
meson.options Build nix-util with Meson 2024-06-12 18:31:02 -04:00
mounted-source-accessor.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
package.nix Fix FreeBSD builds 2025-05-28 12:47:33 -04:00
pos-table.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
position.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
posix-source-accessor.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
references.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
serialise.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
source-accessor.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
source-path.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
strings.cc treewide: Use StringSet alias consistently instead of std::set<std::string> 2025-05-02 17:40:29 +00:00
subdir-source-accessor.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
suggestions.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
tarfile.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
tee-logger.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
terminal.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
thread-pool.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
union-source-accessor.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
unix-domain-socket.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
url.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
users.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
util.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
xml-writer.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00