[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
- [Guile-commits] branch wip-lightening-riscv created (now a88ebcc1e), Ludovic Courtès, 2023/01/31
- [Guile-commits] 01/07: Makefile: RISCV support and optional vars, Ludovic Courtès, 2023/01/31
- [Guile-commits] 07/07: Merge remote-tracking branch 'ekaitz/main' into wip-lightening-riscv, Ludovic Courtès, 2023/01/31
- [Guile-commits] 06/07: Fix CI, Ludovic Courtès, 2023/01/31
- [Guile-commits] 04/07: RISC-V Support, Ludovic Courtès, 2023/01/31
- [Guile-commits] 02/07: Add tags to gitignore, Ludovic Courtès, 2023/01/31
- [Guile-commits] 03/07: Add editorconfig,
Ludovic Courtès <=
- [Guile-commits] 05/07: Add RISCV to CI and makefile, Ludovic Courtès, 2023/01/31