Hi there! I've extended the default configuration ...
# detekt
j
Hi there! I've extended the default configuration with:
Copy code
formatting:
  Indentation:
    active: true
However, it doesn't seem to complain about the following syntax:
Copy code
class MyProjectService(project: Project) {

    init {
println(TemplateBundle.message("projectService", project.name))
    }
}
Did I miss something?