Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restylers code style does not match expected code style #8

Open
Pretasoc opened this issue Sep 14, 2019 · 0 comments
Open

Restylers code style does not match expected code style #8

Pretasoc opened this issue Sep 14, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Pretasoc
Copy link
Member

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.

@Pretasoc Pretasoc added enhancement New feature or request help wanted Extra attention is needed labels Sep 14, 2019
@Pretasoc Pretasoc self-assigned this Sep 14, 2019
Pretasoc added a commit that referenced this issue Sep 14, 2019
This is a workaround for #8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant