.editorconfig 335 B

123456789101112131415161718
  1. # EditorConfig is awesome: http://EditorConfig.org
  2. # https://github.com/jokeyrhyme/standard-editorconfig
  3. # top-most EditorConfig file
  4. root = true
  5. # defaults
  6. [*]
  7. charset = utf-8
  8. end_of_line = lf
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. indent_size = 2
  12. indent_style = space
  13. [*.md]
  14. trim_trailing_whitespace = false