I'm having an issue where if I have `SortIncludes: true` in my `.clang-format` file it will never consider the file properly formatted. I see in this commit: https://github.com/square/spacecommander/commit/0b388089e7d1309c238a393e747b6126c326ad19 That `SortIncludes` was set to `false` in the default `.clang-format` but we would prefer to continue using it. Is this just not an option anymore?