.editorconfig 417 B

123456789101112131415161718192021
  1. # We use EditorConfig to standardize settings between contributors
  2. # See http://editorconfig.org for more info and plugin downloads
  3. root = true
  4. [*]
  5. end_of_line = lf
  6. insert_final_newline = false
  7. trim_trailing_whitespace = true
  8. [*.{js, json, yml}]
  9. indent_style = space
  10. indent_size = 2
  11. charset = utf-8
  12. [*.md]
  13. trim_trailing_whitespace = false
  14. [.gitignore]
  15. # echo "filename" >> .gitignorre
  16. insert_final_newline = true