.editorconfig 112 B

1234567
  1. root = true
  2. [*]
  3. trim_trailing_whitespace = true
  4. insert_final_newline = true
  5. end_of_line = crlf
  6. charset = utf-8