[python-dtcwt] 391/497: editorconfig: switch on trim trailing whitespace

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 37107d02b06a5dd70e1552d25f9ee6315cc46246
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Mon Feb 10 16:41:19 2014 +0000

    editorconfig: switch on trim trailing whitespace
    
    Some PRs have been coming in with trailing whitespace on the lines. For
    those using .editorconfig-capable editors, specify this is a no-no.
---
 .editorconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index 577a501..711ca9b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,8 +8,10 @@ insert_final_newline = true
 [*.py]
 indent_style = space
 indent_size = 4
+trim_trailing_whitespace = true
 
 [*.rst]
 indent_style = space
 indent_size = 4
+trim_trailing_whitespace = true
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list