Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Lindent
#!/bin/sh
indent -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
back to top