From 063a1cd6f08dab920012d0d62a6dfe60c9545cdd Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sun, 25 Sep 2022 02:21:08 +0100 Subject: [PATCH] editorconfig: Remove wscript and unify ns3 with *.py --- .editorconfig | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.editorconfig b/.editorconfig index 02f4c69ba..9ea738771 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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