.editorconfig 386 B

1234567891011121314151617
  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
  8. end_of_line = lf
  9. [*.{js, html}]
  10. indent_style = space
  11. indent_size = 2
  12. end_of_line = lf
  13. insert_final_newline = true
  14. trim_trailing_whitespace = true