.editorconfig 147 B

123456789101112
  1. # editorconfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. [*]
  5. indent_size = 4
  6. indent_style = tab
  7. [*.yml]
  8. indent_size = 2
  9. indent_style = space