mc_computer_progs/format.sh
2021-11-12 23:38:31 +01:00

4 lines
87 B
Bash
Executable file

#!/bin/sh
# requires the stylua formatter to be installed
stylua $(find -name '*.lua')