# Line wrapping with the VS Code extension?

**URL:** https://discourse.julialang.org/t/line-wrapping-with-the-vs-code-extension/129992
**Category:** VS Code
**Created:** [June 18, 2025, 1:45pm UTC](https://discourse.julialang.org/t/line-wrapping-with-the-vs-code-extension/129992 "2025-06-18T13:45:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tom-plaa](https://avatars.discourse-cdn.com/v4/letter/t/d26b3c/32.png) [@tom-plaa](https://discourse.julialang.org/u/tom-plaa)
#### Post date: [June 18, 2025, 1:45pm UTC](https://discourse.julialang.org/t/line-wrapping-with-the-vs-code-extension/129992/1 "2025-06-18T13:45:34Z")

</div>

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](https://domluna.github.io/JuliaFormatter.jl/stable/config/) I’m seeing this text that tells us to create a basic config TOML file with contents such as:

```julia
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!
