Files
wasm/.editorconfig
Jaco Greeff 362f921d18 Seed repo (#1)
* Seed repo

* Travis matrix for JS & Rust

* Update with cleaned latest schnorrkel

* Delete node-test.js

* Update .gitignore

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update build.sh

* Update .travis.yml

* Update .travis.yml

* Update build.sh

* Update build.sh

* Update build.sh

* Update .travis.yml

* Update build.sh

* Pull in latest schnorrkel-js fork

* Update schnorrkel README as per source

* Build via ./test.sh

* Move build to deps (only dep install)

* Adapt for header

* Show build output
2019-03-17 13:12:14 +01:00

11 lines
166 B
INI

root = true
[*]
indent_style=space
indent_size=2
tab_width=2
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true