dlang-community / D-Scanner

Swiss-army knife for D source code
Boost Software License 1.0
238 stars 80 forks source link

Phobos: Warn about non-indentend blocks #442

Open wilzbach opened 7 years ago

wilzbach commented 7 years ago
private {
int a; // [warn]: non-indented block, indent for four more characters
}
wilzbach commented 7 years ago

Probably also fixed by PR https://github.com/dlang-community/D-Scanner/pull/394