Make plugin work together with API version 68 of Geany (arround svn r 2696)
[geanylatex.git] / indent-all.sh
blob9fbac92b03159e54f068b95ecdebbfe5b67eb1ff
1 #!/bin/sh
2 indent -bli0 -i8 -cli8 -npcs -l100 *.c
3 rm *~