commit:     6dcbf921b914be90a052b961dd04d7e90029e893
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 17:58:19 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 18:03:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=6dcbf921

.editorconfig: set basic defaults

 .editorconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..da06fc19f
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# Copyright 2017 Gentoo Foundation
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = tab
+indent_size = 4
+tab_width = 4
+insert_final_newline = true
+
+[*.{yaml,yml}]
+indent_style = space

Reply via email to