[exim-cvs] .editorconfig file for perl style

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] .editorconfig file for perl style
Gitweb: http://git.exim.org/exim-website.git/commitdiff/f380b4ff5bd040aac4a8667ecb311da38d139de5
Commit:     f380b4ff5bd040aac4a8667ecb311da38d139de5
Parent:     ad0a6832081aee28ab128f93e881aa3b6c09659e
Author:     Phil Pennock <pdp@???>
AuthorDate: Thu Dec 6 09:54:43 2012 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Thu Dec 6 09:54:43 2012 -0500


    .editorconfig file for perl style
---
 .editorconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


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