From 046c71c4c282b7c9dce781c8a1f31c68a1515854 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