.editorconfig 70 B

123456
  1. root = true
  2. [*]
  3. charset = utf-8
  4. indent_size = 4
  5. indent_style = space