From 0874dd5d5652f7d710d98329ba111fd69e7d8fce 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