textiles-lab / fenced-tangle-supplemental

14 stars 3 forks source link

fix indentation for inhook instruction #8

Closed t0mpr1c3 closed 10 months ago

t0mpr1c3 commented 11 months ago

Before:

                              ; ;cast on skirt
in - f.24 1 ;inhook 1
                              ; ;;0
miss - f.23 1                 ; miss - f23 1
miss - f.22 1                 ; tuck - f19 1

After:

                              ; ;cast on skirt
in - f.24 1                   ; inhook 1
                              ; ;;0
miss - f.23 1                 ; miss - f23 1
miss - f.22 1                 ; tuck - f19 1