instance_code 0.1.4

Turn instances into source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "[rust]": {
    "editor.formatOnSave": true,
    "editor.tabSize": 4
  },
  "editor.defaultFormatter": "rust-lang.rust-analyzer",
  "rust-analyzer.checkOnSave": true,
  "[toml]": {
    "editor.defaultFormatter": "tamasfe.even-better-toml"
  }
}