mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00

git-subtree-dir: thirdparty/spdlog git-subtree-split: 32177aa77a0a20453d3e7455cac42406fc49b6ca
5 lines
129 B
Bash
Executable file
5 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
|
|
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -c -A1
|
|
|
|
|