Simple problem I'm trying to solve, but haven't found a solution yet. We're using the latest version of Angular and the Angular CLI, but when we use the cli to generate files like components, it always uses the 2 space indentation. We are a 4 space indentation shop, so manually changing the files after every generation is quite frustrating. It looks like there used to be some kind of --fixLint flag, but it's either deprecated or not working anymore.
Has anybody gotten the indentations working correctly for 4 spaces, and how did you do it?