From f380b4ff5bd040aac4a8667ecb311da38d139de5 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Thu, 6 Dec 2012 09:54:43 -0500 Subject: [PATCH] .editorconfig file for perl style --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d970545 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.pl] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true -- 2.30.2