diff options
author | hut <hut@lavabit.com> | 2013-03-03 18:26:40 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-03-03 18:26:40 +0100 |
commit | 75b94c51d613f3d059800e36a752041898b28fda (patch) | |
tree | 5ee23de18d3202aa32b1b802f9c2c0817c4c5b66 | |
parent | 51e2da298186c450449fc5278d2f13e0d1532313 (diff) | |
download | ranger-75b94c51d613f3d059800e36a752041898b28fda.tar.gz |
HACKING: remove part about tabs; ranger uses spaces now
-rw-r--r-- | doc/HACKING | 2 |
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 |