Welcome to mirror list, hosted at ThFree Co, Russian Federation.

astyle.sh - github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7a90510bba4602e8c75d771db7549afd6a1b353 (plain)
1
2
3
4
5
#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -c -A1