nicholishen:
Can you change the default brace indentation from 2 spaces to 0?
So instead of this:
if(condition)
{
}
{
}
You get this:
if(condition)
{
}
{
}
I think no
you can't
nicholi shen:
This is an old topic, but if you are using MetaEditor build 2124 (for MT5) you can select "Allman" as the style of "Styler" in the "Options".Can you change the default brace indentation from 2 spaces to 0?
So instead of this:
if(condition)
{
}
{
}
You get this:
if(condition)
{
}
{
}


You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Can you change the default brace indentation from 2 spaces to 0?
So instead of this:
{
}
You get this:
{
}