-
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done
-
Remove dependency on the behavior of perl for reliable creation of Unicode file names on Windows.
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done
Remove dependency on the behavior of perl for reliable creation of Unicode file names on Windows.