Files
stacks.js/.editorconfig
janniks 9c90b45b53 chore: clean up project files (#1180)
* chore: reduce root files

* chore: format tests

* chore: fix blockstack stacks name

* chore: move files

* chore: update readme

* chore: update package

* chore: update dependecies

* chore: update dependencies

* chore: bootstrap

* chore: update linters

* chore: bootstrap

Co-authored-by: janniks <janniks@users.noreply.github.com>
2022-02-15 16:22:00 +01:00

9 lines
128 B
INI

root = true
[*.{js,ts,json}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2