https://github.com/quicwg/base-drafts
Raw File
Tip revision: eba9381771002ac6145fd3e815fee7f97e3b30dc authored by Martin Thomson on 08 July 2019, 23:06:22 UTC
Grammatical error
Tip revision: eba9381
.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