
Coding style
================

C

See $top_srcdir/scripts/astyle_c.sh file.

/* vim: set ts=2 sw=2 tw=72 expandtab: */


LUA

Editor settings:
    * Set tab width 4
    * Insert spaces instead of tabs
    * Automatic indentation (recommended)
    * Set right margin to 80 or 72 (preferred)

-- vim: set ts=4 sw=4 tw=72 expandtab:
