chore: add basic .editorconfig file

This commit is contained in:
Krzysztof Sikorski 2024-05-14 21:50:53 +02:00
parent ffd4dcca66
commit 07bb0ec139
Signed by: krzysztof-sikorski
GPG key ID: 4EB564BD08FE8476

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
max_line_length = unset
[Makefile]
indent_style = tab