chore: update .editorconfig to match indentation size in .clang-format

This commit is contained in:
A.M. Rowsell 2026-04-04 00:30:29 -04:00
commit f8b63aafac
Signed by: amr
GPG key ID: E0879EDBDB0CA7B1

View file

@ -8,7 +8,7 @@ trim_trailing_whitespace = true
[*.c] [*.c]
ident_style = space ident_style = space
ident_size = 4 ident_size = 2
[Makefile*] [Makefile*]
ident_style = tab ident_style = tab