Commit graph

2 commits

Author SHA1 Message Date
Michal Lenc
6fd0bd21be .editorconfig: fix character encoding property specification
The property should be named charset, not encoding, according
to editorconfig documentation.

https://editorconfig.org/#supported-properties

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-11-28 19:12:13 +08:00
Michal Lenc
92661d9e03 .editorconfig: add .editorconfig file to help maintain coding style
Adds .editorconfig file to help maintain basic coding style
such as indent style and brackets across various IDEs. Editor
scans for this file and adheres to these rules.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-08-28 21:53:16 +08:00