guardian.lua: Add thumbnail_url
[quvi.git] / doc / CodingStyle
blob3e41ebaf46ffb49e9988aee840c6dea3f372c5e0
2 Coding style
3 ================
7 See $top_srcdir/scripts/astyle_c.sh file.
9 /* vim: set ts=2 sw=2 tw=72 expandtab: */
12 LUA
14 Editor settings:
15     * Set tab width 4
16     * Insert spaces instead of tabs
17     * Automatic indentation (recommended)
18     * Set right margin to 80 or 72 (preferred)
20 -- vim: set ts=4 sw=4 tw=72 expandtab: