You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.editorconfig 329B

123456789101112131415161718192021222324
  1. # https://editorconfig.org/
  2. root = true
  3. [*]
  4. charset = utf-8
  5. end_of_line = lf
  6. insert_final_newline = true
  7. tab_width = 8
  8. indent_size = 2
  9. ij_continuation_indent_size = 4
  10. indent_style = space
  11. trim_trailing_whitespace = true
  12. [*.{java,j}]
  13. indent_size = 4
  14. ij_continuation_indent_size = 8
  15. [*.md]
  16. trim_trailing_whitespace = false