You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently restyler suggests not to indent classes in namespaces, which lead to suggestions like the following:
namespace Foo
{
class Bar
{
}
}
This is not the code style, we want to use. For now i disables astyle, which suggests theese edits, but we should find a way to encourage out code style.
The text was updated successfully, but these errors were encountered:
Currently restyler suggests not to indent classes in namespaces, which lead to suggestions like the following:
This is not the code style, we want to use. For now i disables astyle, which suggests theese edits, but we should find a way to encourage out code style.
The text was updated successfully, but these errors were encountered: