diff options
author | crupest <crupest@outlook.com> | 2023-10-18 22:55:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-18 22:55:18 +0800 |
commit | e8abfdb0c1d3e918bfaac2077cc7e5332c1cfaf9 (patch) | |
tree | 9f90a0ca3d49cb33ba9ad28568d5e400ceeffce7 /.editorconfig | |
parent | 0a67b1c862954d0d18d4fbf322c31ea0faf065d7 (diff) | |
download | cru-e8abfdb0c1d3e918bfaac2077cc7e5332c1cfaf9.tar.gz cru-e8abfdb0c1d3e918bfaac2077cc7e5332c1cfaf9.tar.bz2 cru-e8abfdb0c1d3e918bfaac2077cc7e5332c1cfaf9.zip |
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.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |