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