From 014fceb30933e67a1729ab1367cc90d1e996aafe Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 29 Nov 2023 21:33:17 +0200 Subject: Add .editorconfig --- test/.editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/.editorconfig (limited to 'test') diff --git a/test/.editorconfig b/test/.editorconfig new file mode 100644 index 0000000..db601e5 --- /dev/null +++ b/test/.editorconfig @@ -0,0 +1,14 @@ + +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