- Add GETTING_STARTED.md with quick start guide and development modes - Add INSTALL.sh automated installation script - Add INSTALLATION_CHECKLIST.md, INSTALLATION_SUCCESS.md, and INSTALLATION_SUMMARY.md - Add QUICK_REFERENCE.md for common commands - Add SETUP_GUIDE.md with detailed setup instructions - Update README.md with improved project overview - Add did-wallet app dependencies and node_modules
25 lines
410 B
INI
25 lines
410 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
# Download a plugin for your favorite editor from http://editorconfig.org/#download
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.js]
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[package.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[Makefile]
|
|
indent_style = tab
|