discover-dapps/.editorconfig
James Gareth Smith 543c974802
Initial setup of linting and basic dependencies (#1)
* chore: initial react setup

* chore: added state management libs

* chore: updated directory structure

* chore: setup linting

* chore: removed a few more cra artifacts
2019-03-13 11:13:34 +02:00

9 lines
143 B
INI

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