aboutsummaryrefslogtreecommitdiff
path: root/test/.editorconfig
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-11-29 21:33:17 +0200
committersrdusr <trevorgray@srdusr.com>2023-11-29 21:33:17 +0200
commit014fceb30933e67a1729ab1367cc90d1e996aafe (patch)
tree1f03549df0909a17d4a75095a3d131c0c1445c56 /test/.editorconfig
parenta4eb62c1b1aa3df29c9ad046e362c3820d0a66c2 (diff)
downloaddotfiles-014fceb30933e67a1729ab1367cc90d1e996aafe.tar.gz
dotfiles-014fceb30933e67a1729ab1367cc90d1e996aafe.zip
Add .editorconfig
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