Update .editorconfig

Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>
This commit is contained in:
Michał Petryka 2025-08-27 22:46:55 +02:00 committed by GitHub
parent 44a1443193
commit 4a7fb1e609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,15 @@
root = true
[*.{c,h}]
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
[*.{c,h}]
indent_size = 2
max_line_length = 79
trim_trailing_whitespace = true
[*.{pl,pm}]
indent_size = 4