# How to disable automatic formatting options in vscode?

**URL:** https://discourse.julialang.org/t/how-to-disable-automatic-formatting-options-in-vscode/75157
**Category:** VS Code
**Tags:** question
**Created:** [January 25, 2022, 6:30am UTC](https://discourse.julialang.org/t/how-to-disable-automatic-formatting-options-in-vscode/75157 "2022-01-25T06:30:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jishnub](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jishnub/32/33620_2.png) [@jishnub](https://discourse.julialang.org/u/jishnub)
#### Post date: [January 25, 2022, 6:30am UTC](https://discourse.julialang.org/t/how-to-disable-automatic-formatting-options-in-vscode/75157/1 "2022-01-25T06:30:28Z")

</div>

I’m referring especially to the indentation and the stripping of trailing semicolons, which I find a bit annoying tbh, but I wonder how to disable any of the automatic formatting settings in vscode? I have looked through the settings but couldn’t find anything obviously standing out.

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [January 25, 2022, 8:20am UTC](https://discourse.julialang.org/t/how-to-disable-automatic-formatting-options-in-vscode/75157/2 "2022-01-25T08:20:56Z")

</div>

Does the [documentation](https://www.julia-vscode.org/docs/stable/userguide/formatter/) help answer that question?

---

<div class="post-metadata">

### Author: ![tlienart](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tlienart/32/7640_2.png) [@tlienart](https://discourse.julialang.org/u/tlienart)
#### Post date: [December 14, 2022, 4:56pm UTC](https://discourse.julialang.org/t/how-to-disable-automatic-formatting-options-in-vscode/75157/3 "2022-12-14T16:56:43Z")

</div>

For others stumbling here who didn’t find this in the docs: if you want to fully disable auto formatting with VS Code:

- go to VS Code settings
- in the search bar type ‘_format_’
- under ‘_Text Editor_’, click ‘_Formatting_’
- untoggle ‘_Editor: Format on Save_’

hth

---

<div class="post-metadata">

### Author: ![sidewayss](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sidewayss/32/50081_2.png) [@sidewayss](https://discourse.julialang.org/u/sidewayss)
#### Post date: [May 20, 2023, 4:32pm UTC](https://discourse.julialang.org/t/how-to-disable-automatic-formatting-options-in-vscode/75157/4 "2023-05-20T16:32:14Z")

</div>

I have _Editor: Format on Save_ turned off and VS Code still auto-indents for me. I have managed to turn off the relentless [auto-suggestions in Intellisense](https://code.visualstudio.com/docs/editor/intellisense#_customizing-intellisense), but turning off auto-indent and other formatting options still eludes me. Hard for me to believe that there are people who want more of this stuff in their code editors. It’s like walking through Times Square at night with constantly flashing lights.
