summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorNicolas Trangez <ikke@nicolast.be>2022-09-20 18:24:41 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-10-04 20:34:10 -0400
commit48ab9ca5abae82c45495c01e7634ff2a92979346 (patch)
treec6bfee0aab91abb6b543c2f1cd05334bd749c87d /.editorconfig
parent2209665273135644f1b52470ea2cb53169f2ef91 (diff)
downloadhaskell-48ab9ca5abae82c45495c01e7634ff2a92979346.tar.gz
chore: extend `.editorconfig` for C files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 2b77e74942..2d91b72acd 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,3 +12,7 @@ end_of_line = lf
[Makefile]
indent_style = tab
+
+[*.c]
+indent_style = space
+indent_size = 2