index
:
apheleia.git
align-null-check
main
rr-unmess-ruby
wip/support-inplace-formatters
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
formatters
/
apheleia-docformatter
blob: 7de2337c44bea78a1259f22d537118f6660cdfdf (
plain
)
1
2
3
4
5
#!/bin/sh docformatter --in-place "$@" if [ "$?" -eq 3 ]; then exit 0 fi