https://github.com/quicwg/base-drafts
Raw File
Tip revision: 95530d91ebe965ae52d569c8f4d42acec0461929 authored by Martin Thomson on 14 October 2017, 04:31:11 UTC
Filter on tags to see if that triggers a build
Tip revision: 95530d9
.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