vs code turn off all formater code example
Example 1: vscode disable formatter on specific part
// @formatter:off
public const string Foo = “foo”;
public const string Bar = “bar”;
// @formatter:on
Example 2: vs code turn off formatter
ctrl + shift + p
type "formatter config"
edit the json