.editorconfig 102 B

123456
  1. root = true
  2. [*.{groovy,java,kt,xml}]
  3. indent_style = tab
  4. indent_size = 4
  5. continuation_indent_size = 8