chore(editorconfig) extend to include Android and iOS indentation rules

This commit is contained in:
Avinash Alapati
2025-10-28 14:07:53 +05:30
committed by GitHub
parent 57865d74c6
commit 2929317972

View File

@@ -14,3 +14,12 @@ trim_trailing_whitespace = false
[Makefile]
indent_style = tab
[*.{java,kt}]
indent_size = 4
[*.xml]
indent_size = 2
[*.{swift,m,mm,h}]
indent_size = 4