.editorconfig 159 B

12345678910
  1. # To learn more about .editorconfig see https://aka.ms/editorconfigdocs
  2. root = true
  3. # All files
  4. [*]
  5. indent_style = space
  6. # Xml files
  7. [*.xml]
  8. indent_size = 2