Sha256: ec6196238d80f2446d1152170384cfb339df2b63a32b5559954cb5be12ee1d7c
Contents?: true
Size: 215 Bytes
Versions: 6
Compression:
Stored size: 215 Bytes
Contents
#! /usr/bin/env bash echo "Formatting C code..." find "$PWD/ext" -iname '*.c' -o -iname '*.h' | xargs clang-format -i -style=file echo "Formatting Ruby code..." bundle exec rubocop -a echo "Formatting complete."
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rotoscope-0.3.1.pre.3 | bin/fmt |
rotoscope-0.3.1.pre.2 | bin/fmt |
rotoscope-0.3.1.pre.1 | bin/fmt |
rotoscope-0.3.0 | bin/fmt |
rotoscope-0.3.0.pre.9 | bin/fmt |
rotoscope-0.3.0.pre.8 | bin/fmt |