Код: Выделить всё
export namespace foo::bar {
// indentation is wrong
}
Код: Выделить всё
export
namespace foo::bar {
// indentation as expected
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... ndentation
Код: Выделить всё
export namespace foo::bar {
// indentation is wrong
}
Код: Выделить всё
export
namespace foo::bar {
// indentation as expected
}