quvi project uses <astyle at url target=”http://astyle.sourceforge” name=”http://astyle.sourceforge”.net/> to reformat the C source code. See also $(top_srcdir)/scripts/astyle_c.sh.
astyle --mode=c --style=gnu -c
Configure your editor to use the following settings.
/* vim: set ts=2 sw=2 tw=72 expandtab: */
astyle is not used to reformat the LUA source code. Configure your editor to use the following settings.
-- vim: set ts=4 sw=4 tw=72 expandtab: