Files
web3-curriculum/.editorconfig
Shaun Hamilton b2b54c8cf6 feat|chore|fix: prepare tooling for qa (#7)
* chore: update gitpod and test-utils

* chore: add _<answer_file> and update markdown

* feat: root package.json

* fix: server lesson number

* chore: add solution to web3-client

* chore: refactor fundraising-smart-contract to es-modules

* chore: refactor video-game to es-modules

* chore: final settings.json files.exclude

* fix: update bashrc

* chore: add editor config and apply

* fix: only show folder for current project
2022-07-18 07:14:51 -05:00

17 lines
241 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[package.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false