From 0c885ba1bf30ce8308880f926be85b6f5a499fa6 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 24 Feb 2025 02:18:20 +0800 Subject: feat(www): YEAH! --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d55cc4a..a688414 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,10 @@ root = true [*] end_of_line = lf +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true [*.py] profile = black -- cgit v1.2.3