From 147d93e1e74870af7d71976113e85db1ef9efcbd Mon Sep 17 00:00:00 2001 From: eliott Date: Thu, 10 Jan 2008 13:00:50 -0800 Subject: [PATCH] Carriage return. I win. --- HACKING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index fc076b7..b900d41 100644 --- a/HACKING +++ b/HACKING @@ -4,8 +4,9 @@ Contributing Coding Style ------------ -1. All code should be indented with spaces. This is effectively the following VIM modeline: - /* vim: set ai ts=4 sw=4 et: */ +1. All code should be indented with spaces. This is effectively the following + VIM modeline: + /* vim: set ai ts=4 sw=4 et: */ 2. Recommend removing trailing whitespace. Here is an example for .vimrc autocmd BufWritePre *.py normal m`:%s/\s\+$//e `` -- 2.11.4.GIT