.editorconfig 269 B

123456789101112131415
  1. # EditorConfig is awesome: http://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. [*]
  5. charset = utf-8
  6. indent_style = space
  7. indent_size = 2
  8. end_of_line = lf
  9. trim_trailing_whitespace = true
  10. insert_final_newline = true
  11. [*.md]
  12. trim_trailing_whitespace = false