From 553cb2204b0bf27afe13c6332f5679bbd47172a0 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 05:01:20 +0200 Subject: Update/Overhaul --- test/.editorconfig | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test/.editorconfig (limited to 'test/.editorconfig') diff --git a/test/.editorconfig b/test/.editorconfig deleted file mode 100644 index db601e5..0000000 --- a/test/.editorconfig +++ /dev/null @@ -1,14 +0,0 @@ - -root = true - - -[*] -charset = utf-8 -indent_style = tab -indent_size = 4 -max_line_length = 10000 - -# Python config -[**.py] -max_line_length = 10000 -indent_size = 4 -- cgit v1.2.3