1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Fix format

This commit is contained in:
John Ericson 2024-06-27 20:41:03 -04:00
parent 7312d13acc
commit 874ff000d4
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@
excludes = [
# We don't want to format test data
# ''tests/(?!nixos/).*\.nix''
''^src/[^/]*-test/[^/]*/data/.*$''
''^src/[^/]*-test/data/.*$''
# Don't format vendored code
''^doc/manual/redirects\.js$''