editorconfig: Remove wscript and unify ns3 with *.py

This commit is contained in:
Eduardo Almeida
2022-09-25 02:21:08 +01:00
parent e99d0a8550
commit 063a1cd6f0

View File

@@ -19,15 +19,7 @@ trim_trailing_whitespace = true # No trailing whitespaces
indent_style = tab
tab_width = 4
[*.py]
indent_style = space
indent_size = 4
[ns3]
indent_style = space
indent_size = 4
[wscript]
[{*.py,ns3}]
indent_style = space
indent_size = 4