.editorconfig 174 B

123456789101112
  1. root = true
  2. [*]
  3. charset = utf-8
  4. end_of_line = lf
  5. [*.java]
  6. indent_style = space
  7. indent_size = tab
  8. tab_width = 4
  9. trim_trailing_whitespace = true
  10. insert_final_newline = false