- Updated .gitignore to remove yarn exclusion - Added .vscode settings for Prettier formatting and Rust support - Added .yarnrc.yml for workspace hoisting configuration - Preserved all website directory work while syncing project improvements
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
}
|
|
}
|