.editorconfig 167 B

1234567891011
  1. [*]
  2. indent_style = space
  3. end_of_line = lf
  4. indent_size = 2
  5. charset = utf-8
  6. trim_trailing_whitespace = true
  7. [*.md]
  8. max_line_length = 0
  9. trim_trailing_whitespace = false