.editorconfig 106 B

123456
  1. [*]
  2. indent_style = space
  3. end_of_line = lf
  4. indent_size = 2
  5. charset = utf-8
  6. trim_trailing_whitespace = true