.editorconfig 246 B

12345678910111213
  1. # Editor configuration, see http://editorconfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. indent_style = space
  6. indent_size = 2
  7. insert_final_newline = true
  8. trim_trailing_whitespace = true
  9. [*.md]
  10. max_line_length = off
  11. trim_trailing_whitespace = false