.editorconfig 257 B

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