.editorconfig 91 B

1234567
  1. [**.c]
  2. indent_size = 4
  3. indent_style = space
  4. [**.yml]
  5. indent_size = 4
  6. indent_style = space