Fix .editorconfig

This commit is contained in:
Viktor Szépe
2025-04-19 19:45:35 +02:00
committed by Kazuki Yamada
parent 76213bb4cc
commit 40a400e7d0

View File

@@ -1,13 +1,13 @@
root = true root = true
[*.*] [*]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
end_of_line = lf end_of_line = lf
max_line_length = null max_line_length = unset
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false