diff options
author | Nicolas Trangez <ikke@nicolast.be> | 2022-09-20 18:24:41 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-10-04 20:34:10 -0400 |
commit | 48ab9ca5abae82c45495c01e7634ff2a92979346 (patch) | |
tree | c6bfee0aab91abb6b543c2f1cd05334bd749c87d /.editorconfig | |
parent | 2209665273135644f1b52470ea2cb53169f2ef91 (diff) | |
download | haskell-48ab9ca5abae82c45495c01e7634ff2a92979346.tar.gz |
chore: extend `.editorconfig` for C files
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
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 |