https://github.com/quicwg/base-drafts
Raw File
Tip revision: 9c108f98520a5c5c32968e950e8a2c5fe06d6c38 authored by Martin Thomson on 29 January 2018, 01:10:37 UTC
Merge pull request #1076 from quicwg/cl-09
Tip revision: 9c108f9
.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