.editorconfig 216 B

123456789
  1. root = true
  2. [*.{adoc,bat,groovy,html,java,js,jsp,kt,kts,md,properties,py,rb,sh,sql,svg,txt,xml,xsd}]
  3. charset = utf-8
  4. [*.{groovy,java,kt,kts,xml,xsd}]
  5. indent_style = tab
  6. indent_size = 4
  7. continuation_indent_size = 8