Line wrapping with the VS Code extension?

I’ve been looking for info on how to get automatic line wrapping at 92 char line width on the VS Code extension. I couldn’t find information on the extension’s documentation. The extension has integrated JuliaFormatter.jl, so in its docs @ Configuration File · JuliaFormatter I’m seeing this text that tells us to create a basic config TOML file with contents such as:

indent = 4
margin = 92
  1. Is there a way to get the extension’s formatter to wrap lines when they go over the maximum line width?
  2. If yes to 1, is it mandatory to create this configuration to activate the wrapping?
  3. If yes to 1 and 2, do we require a local configuration file for every workspace or is there a way to set up a global configuration that activates line wrapping?

Thanks!