https://github.com/quicwg/base-drafts
Raw File
Tip revision: ef4fb0abb47470c41befcf8031334fae485e09a0 authored by Martin Thomson on 23 October 2018, 23:46:14 UTC
Fix line length
Tip revision: ef4fb0a
.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