ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

skip idempotence check in format.sh

+4 -4
+4 -4
format.sh
··· 4 4 # 5 5 # SPDX-License-Identifier: GPL-3.0-or-later 6 6 7 - topiary format bin/**/*.ml 8 - topiary format lib/**/*.mli 9 - topiary format lib/**/*.ml 10 - topiary format test/*.ml 7 + topiary format -s bin/**/*.ml 8 + topiary format -s lib/**/*.mli 9 + topiary format -s lib/**/*.ml 10 + topiary format -s test/*.ml