Codebase list ruby-http-form-data / 6b3c532d-776e-409b-b106-155b56040a52/upstream .editorconfig
6b3c532d-776e-409b-b106-155b56040a52/upstream

Tree @6b3c532d-776e-409b-b106-155b56040a52/upstream (Download .tar.gz)

.editorconfig @6b3c532d-776e-409b-b106-155b56040a52/upstreamraw · history · blame

1
2
3
4
5
6
7
8
9
root = true

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