Skip to content

Commit b0ffadc

Browse files
authored
Merge pull request #221 from lidofinance/lido-v2/withdrawals-docs
Lido v2 withdrawals-related contracts documentation
2 parents 34931ed + 71639a4 commit b0ffadc

File tree

3 files changed

+1038
-4
lines changed

3 files changed

+1038
-4
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
charset = utf-8
8+
indent_style = space
9+
indent_size = 2
10+
max_line_length = 120

0 commit comments

Comments
 (0)