XCode indents method chaining like this: xcode method chaining indentation
However if I press auto-format on appcode, it formats it in a weird way: appcode method chaining indentation
Does appcode have a configuration in the code-style to fix this? When I look into their coding style for swift, I can't seem to find the configuration to change this behavior.
Anyone know a way to solve this? Thanks.