Add documentation for proxies (#2344)

This commit is contained in:
Francisco Giordano
2020-09-02 20:19:54 -03:00
committed by GitHub
parent 885b76f66f
commit 6bc2ae3731
7 changed files with 179 additions and 125 deletions

View File

@ -8,7 +8,7 @@ charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = false
max_line_length = 120
[*.sol]
@ -16,3 +16,6 @@ indent_size = 4
[*.js]
indent_size = 2
[*.adoc]
max_line_length = 0