https://github.com/quicwg/base-drafts
Raw File
Tip revision: 3aa082565f040c04b58cca13b27cc6d74900a0e9 authored by Martin Thomson on 23 January 2019, 00:36:35 UTC
Change my email address
Tip revision: 3aa0825
.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