summary refs log tree commit diff stats
path: root/doc/HACKING
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-03 18:26:40 +0100
committerhut <hut@lavabit.com>2013-03-03 18:26:40 +0100
commit75b94c51d613f3d059800e36a752041898b28fda (patch)
tree5ee23de18d3202aa32b1b802f9c2c0817c4c5b66 /doc/HACKING
parent51e2da298186c450449fc5278d2f13e0d1532313 (diff)
downloadranger-75b94c51d613f3d059800e36a752041898b28fda.tar.gz
HACKING: remove part about tabs; ranger uses spaces now
Diffstat (limited to 'doc/HACKING')
-rw-r--r--doc/HACKING2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/HACKING b/doc/HACKING
index be92431e..9dc219a6 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -8,8 +8,6 @@ Coding Style
 * Use docstrings with pydoc in mind
 * Follow the style guide for python code:
     http://www.python.org/dev/peps/pep-0008/
-* Although this guide suggests otherwise, tabs are used for indentation
-    of code and docstrings.  In other documents (readme, etc), use spaces.
 * Test the code with "doctest" where it makes sense
 
 
id=b24eb4766ad12eceaafa2ee0d620e070e21a3293'>b24eb476 ^
f40137f1 ^
8d82da3c ^
b24eb476 ^
8d82da3c ^






6c96a437 ^
8d82da3c ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46