make UTF-8 and LF uppercase

This commit is contained in:
2025-08-02 01:28:53 +02:00
parent 85123cc3cd
commit 84b9538547

View File

@@ -5,8 +5,8 @@ root = true
# global settings, good/sane defaults for any file. # global settings, good/sane defaults for any file.
# where we follow UNIX formatted plain text, and use tabs over spaces # where we follow UNIX formatted plain text, and use tabs over spaces
[*] [*]
charset = utf-8 charset = UTF-8
end_of_line = lf end_of_line = LF
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
indent_style = tab indent_style = tab