Merge "Add a simple .editorconfig"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 31 May 2018 01:33:56 +0000 (01:33 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 31 May 2018 01:33:56 +0000 (01:33 +0000)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..9231818
--- /dev/null
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false