CodingStyle: Add editor settings under LUA
[quvi.git] / doc / CodingStyle
blob5ce65d42b1598110e3c8af57bc692a04ac538185
3 Coding style
4 ================
6 We use `indent -linux --no-tabs -i2` for C. See also
7 the $top_srcdir/examples/git-hooks/ dir.
10 LUA
12 Editor settings:
13     * Set tab width 4
14     * Insert spaces instead of tabs
15     * Automatic indentation (recommended)
16     * Set right margin to 80 or 72 (preferred)