https://github.com/quicwg/base-drafts
Raw File
Tip revision: 56c35e6d8ee9b48c83ceaddd295e412db98de9a5 authored by Jana Iyengar on 20 October 2020, 22:18:49 UTC
Merge pull request #4256 from quicwg/changelog-32
Tip revision: 56c35e6
.editorconfig
# See http://editorconfig.org

root = true

[*.md]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
back to top