Add Editorconfig settings

Per https://github.com/bisq-network/docs/blob/master/CONTRIBUTING.adoc.

See comments in #959 for details.
This commit is contained in:
Chris Beams 2017-10-13 11:48:24 +02:00
parent b835e7f5a5
commit d29163ce71
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true