updated ethereum.js

This commit is contained in:
obscuren
2014-12-22 11:57:13 +01:00
parent a153b47c2b
commit e42517754a
26 changed files with 1732 additions and 0 deletions

12
cmd/ethtest/.editorconfig Normal file
View File

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