Hi,
How can I configure the option that segger auto inserts a curly brace } after a statement.
For instance, if I type if () { then it's not auto inserting the closing brace } like almost all other editors do by default.
Also another feature in embedded studio, the C template, if I type for instance 'if', it auto completes a statement. However the identation for this template is not correct. With the if statement it shows:
if ()
{
}
How can I make this identation another style, for instance the Allman style?
How can I configure the option that segger auto inserts a curly brace } after a statement.
For instance, if I type if () { then it's not auto inserting the closing brace } like almost all other editors do by default.
Also another feature in embedded studio, the C template, if I type for instance 'if', it auto completes a statement. However the identation for this template is not correct. With the if statement it shows:
if ()
{
}
How can I make this identation another style, for instance the Allman style?