.editorconfig 272 B

12345678910111213141516171819202122
  1. ; top-most EditorConfig file
  2. root = true
  3. [*]
  4. charset=utf-8
  5. end_of_line=lf
  6. insert_final_newline=true
  7. indent_style=space
  8. indent_size=2
  9. [*.json]
  10. indent_style=space
  11. indent_size=2
  12. [*.java]
  13. indent_style=space
  14. indent_size=2
  15. [{*.yml,*.yaml}]
  16. indent_style=space
  17. indent_size=2