aboutsummaryrefslogtreecommitdiff
path: root/test/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'test/.editorconfig')
-rw-r--r--test/.editorconfig14
1 files changed, 0 insertions, 14 deletions
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