Revision e7012aa46a68e9b69bd9dc2953a624a29f8a6783 authored by Anne van Kesteren on 22 February 2017, 13:35:51 UTC, committed by GitHub on 22 February 2017, 13:35:51 UTC
Closes https://github.com/whatwg/xhr/issues/79.
1 parent dabdded
Raw File
.editorconfig
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

back to top