summary refs log tree commit diff stats
path: root/share
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-13 13:38:01 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-13 13:38:01 +0200
commit7cdfeff20490971c40deed9f59697f0e524348c8 (patch)
tree2da83fb5e276410e4717fb14cec252df9bf68c10 /share
parent83107ee222a9b660bb73595dd321ffd724864876 (diff)
Add note about preferred tab size
Diffstat (limited to 'share')
-rw-r--r--share/doc/hacking.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/hacking.md b/share/doc/hacking.md
index 68badd71..a63dc044 100644
--- a/share/doc/hacking.md
+++ b/share/doc/hacking.md
@@ -2,10 +2,10 @@
 
 Just some tips if you're going to help with HexChat code (patches etc):
 
-* Use tabs, not spaces, to indent code.
+* Use tabs, not spaces, to indent and align code.
 
-* Use a tab size of 3 (most editors will let you choose this).
-  Type :set ts=3 in vim/gvim.
+* Use a tab size of 4 (most editors will let you choose this).
+  Type :set ts=4 in vim/gvim.
 
 * Try to stick to the same consistant coding style (vertically aligned braces, a space after if, while, functions etc.):