X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a6b0a991a67e6f2f67c03fed43529e078da7115..73be712f8672739c0f594919aaae1f2f3a2e957a:/.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