.editorconfig file for perl style
[exim-website.git] / .editorconfig
diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..d970545
--- /dev/null
@@ -0,0 +1,5 @@
+[*.pl]
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+insert_final_newline = true