.editorconfig 245 B

123456789101112131415
  1. root = true
  2. [*]
  3. block_comment_start = /*
  4. block_comment_end = */
  5. charset = utf-8
  6. indent_style = space
  7. indent_size = 4
  8. end_of_line = lf
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. [README.md]
  12. indent_style = space
  13. indent_size = 4