From e8abfdb0c1d3e918bfaac2077cc7e5332c1cfaf9 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 18 Oct 2023 22:55:18 +0800 Subject: Fix input method bugs on macos. There are a lot of problems about input methods and we will definitely spend more on this. And the bug made me awkward on today's interview when showing the demo. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 5fb29bf4..94b406c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,10 @@ root = true end_of_line = lf insert_final_newline = true +[*.mm] +indent_style = space +indent_size = 2 + [*.cpp] indent_style = space indent_size = 2 -- cgit v1.2.3