mirror of
https://github.com/freeCodeCamp/web3-curriculum.git
synced 2026-01-10 05:57:58 -05:00
* 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
17 lines
241 B
INI
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
|