Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve the ChangeLog
[simgrid.git] / .editorconfig
index e70572d9bcc17584c0bc19bda0824226706c8dcb..6e09c62eefc9a1a15736a84b43ee3c18ba6293ae 100644 (file)
@@ -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