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 committed by Christoph Atteneder
parent c26896fb1d
commit 61547d6a83

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