1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

formatting

This commit is contained in:
Robin Appelman 2025-02-15 17:00:20 +01:00
commit 62ea2016af
2 changed files with 6 additions and 5 deletions

View file

@ -29,4 +29,4 @@ This project is adapted from the [quake bsp parser] and
wouldn't be possible without information from the [source engine wiki]. wouldn't be possible without information from the [source engine wiki].
[quake bsp parser]: https://github.com/Vurich/bsp [quake bsp parser]: https://github.com/Vurich/bsp
[source engine wiki]: https://developer.valvesoftware.com/wiki/Source_BSP_File_Format [source engine wiki]: https://developer.valvesoftware.com/wiki/Source_BSP_File_Format

View file

@ -10,7 +10,8 @@
inputs.flakelight.follows = "flakelight"; inputs.flakelight.follows = "flakelight";
}; };
}; };
outputs = { mill-scale, ... }: mill-scale ./. { outputs = {mill-scale, ...}:
extraPaths = [./fuzz ./examples ./benches ./koth_bagel_rc2a.bsp]; mill-scale ./. {
}; extraPaths = [./fuzz ./examples ./benches ./koth_bagel_rc2a.bsp];
} };
}