I'm looking for a way to tell Visual Studio Code to always put opening bracket in the same line in every curly brace programming language.
I saw only some extensions for JS or some (for me) weird ways to do this in other languages like C++, but still if i correctly understood, they were only for specific languages. How can i achieve this 'globaly' in every language that uses curly brackets?
Or I'm just stupid and this option is somewhere is VS Code already? It is weird to me that it is so hard to change so common thing. Only extension i found that description tells that it can do it... completely broke code formatting.