Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activity::CommImpl: stick to our naming standards for the fields
[simgrid.git] / .editorconfig
index e70572d..6e09c62 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