Sha256: 1e1afad38ef0d844ee89a302ce081fa8834ad56638ecfc19c2001633152571c1

Contents?: true

Size: 221 Bytes

Versions: 9

Compression:

Stored size: 221 Bytes

Contents

#! /usr/bin/env bash

echo "Formatting C code..."
find "$PWD" -iname lib/rotoscope/*.h -o -iname *.c | xargs clang-format -i -style=file

echo "Formatting Ruby code..."
bundle exec rubocop -a

echo "Formatting complete."

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rotoscope-0.3.0.pre.7 bin/fmt
rotoscope-0.3.0.pre.6 bin/fmt
rotoscope-0.3.0.pre.5 bin/fmt
rotoscope-0.3.0.pre.4 bin/fmt
rotoscope-0.3.0.pre.3 bin/fmt
rotoscope-0.3.0.pre.2 bin/fmt
rotoscope-0.3.0.pre.1 bin/fmt
rotoscope-0.2.2 bin/fmt
rotoscope-0.2.1 bin/fmt