diff --git a/.editorconfig b/.editorconfig index bb22bbbd16..4b2396267d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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