add an editorconfig that seems to match Dominik's preferences

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/33416e4f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/33416e4f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/33416e4f

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 33416e4f73dd0ead23b161514fc5106f915efe5d
Parents: aefe91a
Author: Stefan Bodewig <bode...@apache.org>
Authored: Thu Jul 27 18:12:00 2017 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Thu Jul 27 18:18:00 2017 +0200

----------------------------------------------------------------------
 .editorconfig | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/33416e4f/.editorconfig
----------------------------------------------------------------------
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..299b86f
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+# see http://EditorConfig.org
+
+root = true
+
+[*]
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = tab
+indent_size = 4
+charset = utf-8
+
+[*.{json,yml}]
+indent_style = space
+indent_size = 2
+
+[*.{cgi,sh}]
+end_of_line = lf

Reply via email to