chore: change Kotlin indent_size to 4

This commit is contained in:
Jiongxuan Zhang 2024-09-24 09:14:15 +08:00
parent bfa6c8ba5f
commit 75c9f69650

View file

@ -11,3 +11,6 @@ trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[*.kt]
indent_size = 4