4dcacbeb69975b78dc37c606c2f0d0e1b4acaf15c0ca7a507cb32d71486e560cd84b863607de0a03cfb49d9818d442802b0627dc5968bed4ecd8573595145e 415 B

123456789101112131415161718192021
  1. # EditorConfig helps developers define and maintain consistent
  2. # coding styles between different editors and IDEs
  3. # editorconfig.org
  4. root = true
  5. [*]
  6. # Change these settings to your own preference
  7. indent_style = space
  8. indent_size = 2
  9. # We recommend you to keep these unchanged
  10. end_of_line = lf
  11. charset = utf-8
  12. trim_trailing_whitespace = true
  13. insert_final_newline = true
  14. [*.md]
  15. trim_trailing_whitespace = false