typo in .editorconfig

This commit is contained in:
Thomas Kuschel 2023-10-06 04:38:41 +02:00
parent 3250d325b9
commit c1ec9a62f4

View File

@ -4,7 +4,7 @@ root = true
[*] [*]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
end_of_file = lf end_of_line = lf
charset = UTF-8 charset = UTF-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true