mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
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:
parent
c26896fb1d
commit
61547d6a83
9
.editorconfig
Normal file
9
.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user