.editorconfig 233 B

12345678910
  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 = space
  6. indent_size = 4
  7. continuation_indent_size = 8
  8. end_of_line = lf