update editorconfig

This commit is contained in:
Bas van den Wollenberg
2024-10-11 07:55:28 +02:00
parent ae2bf6937d
commit d0061d2d28

View File

@@ -2,8 +2,9 @@ root = true
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = false
max_line_length = 100
trim_trailing_whitespace = true