1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-10 19:30:27 +02:00

Add editorconfig

This commit is contained in:
Ekaitz Zarraga 2021-05-13 22:57:17 +02:00
parent cec2f93910
commit 25afa931a2

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
# 4 space indentation
[*.{c,h}]
indent_style = space
indent_size = 2
# Tab indentation (no size specified)
[Makefile]
indent_style = tab