.editorconfig file for perl style
authorPhil Pennock <pdp@exim.org>
Thu, 6 Dec 2012 14:54:43 +0000 (09:54 -0500)
committerPhil Pennock <pdp@exim.org>
Thu, 6 Dec 2012 14:54:43 +0000 (09:54 -0500)
.editorconfig [new file with mode: 0644]

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