chore: Configueer formatting

Prettier en .editorconfig
This commit is contained in:
Tibo De Peuter 2025-02-20 13:24:37 +01:00
parent 2f280d3fb2
commit 977b49f659
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 34 additions and 14 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = tab
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120