Add .editorconfig

Allows text editors to display files with the correct tab width.
This commit is contained in:
Simon Ser 2024-02-16 16:15:49 +01:00
parent d07afac4ae
commit 9d43282fa0

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 8
max_line_length = 120