repo.or.cz
/
quvi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CodingStyle: Add editor settings under LUA
[quvi.git]
/
doc
/
CodingStyle
blob
5ce65d42b1598110e3c8af57bc692a04ac538185
1
2
3
Coding style
4
================
5
6
We use `indent -linux --no-tabs -i2` for C. See also
7
the $top_srcdir/examples/git-hooks/ dir.
8
9
10
LUA
11
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)