Add an .editorconfig file

This allows IDEs that support this standard to automatically use the correct formatting options.
This commit is contained in:
Michał Petryka 2025-08-27 00:47:20 +02:00 committed by GitHub
parent 0a96b878f7
commit f69a19ba98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*.{c,h}]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 2
max_line_length = 79
trim_trailing_whitespace = true