Hi Guys,
When i use the auto complete, the open bracket “{” goes do a new line:
if()
{
}
And i want the open bracket in the same line of the function name, like this:
if() {
}
How can i configure the Sublime Text to do this???
Hi Guys,
When i use the auto complete, the open bracket “{” goes do a new line:
if()
{
}
And i want the open bracket in the same line of the function name, like this:
if() {
}
How can i configure the Sublime Text to do this???
which language syntax is this for? I notice that JavaScript, for example, doesn’t put the opening curly brace on a new line.
Command Palette
PackageResourceViewer - Open Resource
C++
if-..-(if).sublime-snippet
{
character to where you want it