torc 0.12.3

Workflow management system
1
2
3
4
5
6
7
8
9
10
11
12
{
  "lineWidth": 100,
  "markdown": {
    "lineWidth": 100,
    "textWrap": "always"
  },
  "includes": ["**/*.md"],
  "excludes": ["**/target", "**/node_modules", "**/.git", "python_client", "julia_client"],
  "plugins": [
    "https://plugins.dprint.dev/markdown-0.17.8.wasm"
  ]
}