From 84b9538547a45050ba9a0fc66e4a9219d91e0271 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 01:28:53 +0200 Subject: [PATCH] make `UTF-8` and `LF` uppercase --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 461c31b..a1e1ec0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,8 +5,8 @@ root = true # global settings, good/sane defaults for any file. # where we follow UNIX formatted plain text, and use tabs over spaces [*] -charset = utf-8 -end_of_line = lf +charset = UTF-8 +end_of_line = LF insert_final_newline = true trim_trailing_whitespace = true indent_style = tab