civodul pushed a commit to branch wip-lightening-riscv
in repository guile.

commit 25afa931a210c670e4deba04a1fa3a23d99cda4b
Author: Ekaitz Zarraga <eka...@elenq.tech>
AuthorDate: Thu May 13 22:57:17 2021 +0200

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

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..d673aaa2d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+# 4 space indentation
+[*.{c,h}]
+indent_style = space
+indent_size = 2
+
+# Tab indentation (no size specified)
+[Makefile]
+indent_style = tab

Reply via email to