guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/07: Add editorconfig


From: Ludovic Courtès
Subject: [Guile-commits] 03/07: Add editorconfig
Date: Tue, 31 Jan 2023 10:13:07 -0500 (EST)

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

commit 25afa931a210c670e4deba04a1fa3a23d99cda4b
Author: Ekaitz Zarraga <ekaitz@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

[Prev in Thread] Current Thread [Next in Thread]