X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91c5630f94f6198e94487eac0277b858d5ed9ef2..0f0aacb167ddc9427ea1da1c8f1b66ef2d6f532e:/.editorconfig diff --git a/.editorconfig b/.editorconfig index e70572d9bc..6e09c62eef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,12 @@ charset = utf-8 indent_style = space indent_size = 2 +# PEP8 https://www.python.org/dev/peps/pep-0008/ http://pep8.org/ +[*.py] +trim_trailing_whitespace = true +charset = utf-8 +indent_style = space +indent_size = 4 + [Makefile] indent_style = tab