dev: add editorconfig file

This commit is contained in:
Johannes 2023-04-17 22:04:03 +02:00
parent e07b7a6f38
commit 064240a145

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 120