X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91c5630f94f6198e94487eac0277b858d5ed9ef2..135f798edba6bcb47842fd17318485bd226ea196:/.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