// plugins
Fatou Plugin
Adapter plugin that formats Julia code via Fatou.
Formats .jl files.
Install and Setup
In your project's directory with a dprint.json file, run:
dprint add jolars/fatou
This will update your config file to have an entry for the plugin. Then optionally specify a "fatou" property to add configuration:
{
"fatou": {
// fatou config goes here
},
"plugins": [
"https://plugins.dprint.dev/jolars/fatou-vx.x.x.wasm"
]
}
Configuration
See Configuration.