视频播放器仓库

.editorconfig 425B

123456789101112131415161718192021
  1. # EditorConfig: http://EditorConfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. end_of_line = lf
  6. indent_size = 4
  7. indent_style = space
  8. insert_final_newline = true
  9. trim_trailing_whitespace = true
  10. [*.md]
  11. trim_trailing_whitespace = false
  12. [{package.json,.travis.yml}]
  13. # The indent size used in the `package.json` file cannot be changed
  14. # https://github.com/npm/npm/pull/3180#issuecomment-16336516
  15. indent_size = 2
  16. indent_style = space