Add editorconfig + github workflows

This commit is contained in:
Sander Declerck 2025-07-11 17:20:39 +02:00
parent 5eaf6ac3b3
commit 21cdefadde
No known key found for this signature in database
3 changed files with 77 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 80