Commit 8494590f authored by gabime's avatar gabime

astyle+dos2unix

parent 6a83c344
#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -A1
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -A1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment