.editorconfig 117 B

12345678910
  1. root = true
  2. [*]
  3. indent_style = tab
  4. end_of_line = lf
  5. [*.y{,a}ml]
  6. indent_size = 2
  7. indent_style = space
  8. tab_width = 2