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

Merged
NotAShelf merged 1 commit from amr/rogged:editconfig into main 2026-04-04 15:41:49 +00:00
Showing only changes of commit f8b63aafac - Show all commits

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

A.M. Rowsell 2026-04-04 00:30:29 -04:00
Signed by: amr
GPG key ID: E0879EDBDB0CA7B1

View file

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