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 b6f8f92585
commit fe41fb40d3

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