.editorconfig 225 B

1234567891011121314
  1. # EditorConfig is awesome: https://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. [*]
  5. indent_style = tab
  6. indent_size = 4
  7. end_of_line = lf
  8. insert_final_newline = true
  9. [*.yml]
  10. indent_style = space
  11. indent_size = 2