diff --git a/.editorconfig b/.editorconfig index 1ce540feb..c98976563 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,6 @@ end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 + +[ios/**.{swift,m,mm,h}] +indent_size = 4