branch: elpa/wgrep
commit acea5b690265759a09df52e76ce34ee8acb44c06
Author: Masahiro Hayashi <mhayashi1...@gmail.com>
Commit: Masahiro Hayashi <mhayashi1...@gmail.com>

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

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..d36d24dceb
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# Editor configuration, see https://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false

Reply via email to