AStyle: don't indent cases
This was a bug in our configuration. Earlier versions of our style did not
specify this option. We found out for some code in our codebase that it was
changed because of the setting.

An example:

```
case: {
    // code here
}

//would be changed to

case: {
    // code here
   }
```

The first one is correct and do not need to be indented (it's enough switch is
indented).
ls
1 parent 1863400 commit 1059c26e79705e8f48275953844efea11b3ceb89
@Martin Kojtal Martin Kojtal authored on 24 May 2018
Showing 1 changed file
View
.astylerc