From 6ff0711cbe989ea2761882bf591d81b5dcdcd435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= <16949192+coder-xiaomo@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:46:55 +0000 Subject: [PATCH] update .editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index ae49555..20f30c7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,5 +2,7 @@ root = true [*] +charset = utf-8 end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true