ui-cli 0.1.12

A CLI to add components to your app.
1
2
3
4
5
6
7
8
{
	"[rust]": {
		"editor.tabSize": 4,
		"editor.defaultFormatter": "rust-lang.rust-analyzer",
		"editor.formatOnSave": true
	},
	"rust-analyzer.check.command": "clippy"
}