1
0

.editorconfig 333 B

123456789101112131415161718
  1. # EditorConfig is awesome: https://EditorConfig.org
  2. # Top-most EditorConfig file
  3. root = true
  4. # Unix-style newlines with a newline ending every file
  5. [*]
  6. end_of_line = lf
  7. insert_final_newline = true
  8. indent_style = space
  9. indent_size = 2
  10. trim_trailing_whitespace = true
  11. [*.rb]
  12. charset = utf-8
  13. [*.md]
  14. trim_trailing_whitespace = false